Html Css Color HEX #F21388 Deep Pink

📋 copy color: '#F21388'

red 242 ◦ green 19 ◦ blue 136

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

Shades of Deep Pink #F21388

Tints of Deep Pink #F21388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 60.96%
G = 4.79%
B = 34.26%

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

#F21388 (or 0xF21388) is known color: Deep Pink. HEX triplet: F2, 13 and 88. RGB value is (242,19,136). Sum of RGB (Red+Green+Blue) = 242+19+136=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F21388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21388 is #0DEC77. Grayscale: #626262. Windows color (decimal): -912504 or 8918002. OLE color: 8918002.

HSL color Cylindrical-coordinate representation of color #F21388: hue angle of 328.52º 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 #F21388 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 136 -
CMYK 0 0.92 0.44 0.05
HSL 328.52º 0.9% 0.51% -
HSV(B) 328.52º 0.92% 0.95% -
XYZ 41.29 21.12 25.19 -
YUV 99.02 148.88 229.99 -
System Red Green Blue C M Y K H S L
Decimal 242 19 136 0 0.92 0.44 0.05 328.52 0.9 0.51
Hex F2 13 88 0 5C 2C 5 149 5A 33
Octal 362 23 210 0 134 54 5 511 132 63
Binary 11110010 10011 10001000 0 1011100 101100 101 101001001 1011010 110011

Color Harmonies of #F21388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21388

Black with #F21388

Text Example


Text Example

White with #F21388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21388; }

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

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

background-color css

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

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

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

border-color css

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

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

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