Html Css Color HEX #F21184 Deep Pink

📋 copy color: '#F21184'

red 242 ◦ green 17 ◦ blue 132

#F21184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F21184

Tints of Deep Pink #F21184

RGB

 RED value IS 242 (94.92% from 255) = 61.89%

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 61.89%
G = 4.35%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F21184 (or 0xF21184) is known color: Deep Pink. HEX triplet: F2, 11 and 84. RGB value is (242,17,132). Sum of RGB (Red+Green+Blue) = 242+17+132=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F21184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21184 is #0DEE7B. Grayscale: #616161. Windows color (decimal): -913020 or 8655346. OLE color: 8655346.

HSL color Cylindrical-coordinate representation of color #F21184: hue angle of 329.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21184 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 132 -
CMYK 0 0.93 0.45 0.05
HSL 329.33º 0.9% 0.51% -
HSV(B) 329.33º 0.93% 0.95% -
XYZ 40.98 20.94 23.71 -
YUV 97.39 147.54 231.15 -
System Red Green Blue C M Y K H S L
Decimal 242 17 132 0 0.93 0.45 0.05 329.33 0.9 0.51
Hex F2 11 84 0 5D 2D 5 149 5A 33
Octal 362 21 204 0 135 55 5 511 132 63
Binary 11110010 10001 10000100 0 1011101 101101 101 101001001 1011010 110011

Color Harmonies of #F21184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21184

Black with #F21184

Text Example


Text Example

White with #F21184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21184; }

 p { color: rgb(242,17,132); }

 H1.HeaderClassName
 {
   color: #F21184;
 }
 .AnyTagClassName
 {
   color: #F21184;
 }
</style>

background-color css

<style>
 a { background-color: #F21184; }

 a { background-color: rgb(242,17,132); }

 div.DivClassName
 {
   background-color: #F21184;
 }
 .BgClassName
 {
   background-color: #F21184;
 }
</style>

border-color css

<style>
 span { border-color: #F21184; }

 span { border-color: rgb(242,17,132); }

 td.TdClassName
 {
   border-color: #F21184;
 }
 .TagClassName
 {
   border-color: #F21184;
 }
</style>