Color Hex Logo

#f244ad Color Hex

#F244AD
(242,68,173)
0 Favorites   0 Comments

Color spaces of #f244ad

RGB 24268173
HSL0.900.870.61
HSV324°72°95°
CMYK 0.000.720.29   0.05
XYZ46.227926.028642.1227
Yxy26.02860.40420.2276
Hunter Lab51.018272.4579-13.2394
CIE-Lab58.064273.9684-18.0330

#f244ad color RGB value is (242,68,173).

#f244ad hex color red value is 242, green value is 68 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f244ad hue: 0.90 , saturation: 0.87 and the lightness value of f244ad is 0.61.

The process color (four color CMYK) of #f244ad color hex is 0.00, 0.72, 0.29, 0.05. Web safe color of #f244ad is #ff3399. Color #f244ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000100 10101101
Octal 362 104 255
Decimal 242 68 173
Hex F2 44 AD

RGB Percentages of Color #f244ad

%50.10
%14.08
%35.82

CMYK Percentages of Color #f244ad

%0
%72
%29
%5

Triadic Colors of #f244ad

#f244ad #adf244 #44adf2

Analogous Colors of #f244ad

#f244ad #f24456 #e044f2

Monochromatic Colors of #f244ad

#f244ad

Complementary Color

#f244ad #44f289

#f244ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f244ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f244ad Color CSS Codes

.mybgcolor {background-color:#f244ad; } 
.myforecolor {color:#f244ad; }
.mybordercolor {border:3px solid #f244ad; }

#f244ad Text Font Color

<p style="color:#f244ad">Text here</p>

This sample text font color is #f244ad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f244ad Background Color

<div style="background-color:#f244ad">
Div content here</div>

This div background color is #f244ad


#f244ad Border Color

<div style="border:3px solid #f244ad">
Div here</div>

This div border color is #f244ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,68,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f244ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f244ad;
  -webkit-box-shadow: 1px 1px 3px 2px #f244ad;
  box-shadow:         1px 1px 3px 2px #f244ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,68,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f244ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f244ad;
  -webkit-box-shadow: 1px 1px 3px 2px #f244ad;
  box-shadow:         1px 1px 3px 2px #f244ad;">
Div content here</div>

This div box has shadow with color #f244ad


Comments

No comments written yet.

Please login to write comment.