Html Css Color HEX #F21387 Deep Pink

📋 copy color: '#F21387'

red 242 ◦ green 19 ◦ blue 135

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

Shades of Deep Pink #F21387

Tints of Deep Pink #F21387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

 BLUE value IS 135 (53.13% from 255) = 34.09%

R = 61.11%
G = 4.8%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F21387 (or 0xF21387) is known color: Deep Pink. HEX triplet: F2, 13 and 87. RGB value is (242,19,135). Sum of RGB (Red+Green+Blue) = 242+19+135=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F21387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21387 is #0DEC78. Grayscale: #626262. Windows color (decimal): -912505 or 8852466. OLE color: 8852466.

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

Color convert

RGB 242 19 135 -
CMYK 0 0.92 0.44 0.05
HSL 328.79º 0.9% 0.51% -
HSV(B) 328.79º 0.92% 0.95% -
XYZ 41.22 21.09 24.82 -
YUV 98.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 242 19 135 0 0.92 0.44 0.05 328.79 0.9 0.51
Hex F2 13 87 0 5C 2C 5 149 5A 33
Octal 362 23 207 0 134 54 5 511 132 63
Binary 11110010 10011 10000111 0 1011100 101100 101 101001001 1011010 110011

Color Harmonies of #F21387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21387

Black with #F21387

Text Example


Text Example

White with #F21387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21387; }

 p { color: rgb(242,19,135); }

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

background-color css

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

 a { background-color: rgb(242,19,135); }

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

border-color css

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

 span { border-color: rgb(242,19,135); }

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