Html Css Color HEX #F20387 Deep Pink

📋 copy color: '#F20387'

red 242 ◦ green 3 ◦ blue 135

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

Shades of Deep Pink #F20387

Tints of Deep Pink #F20387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 63.68%
G = 0.79%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F20387 (or 0xF20387) is known color: Deep Pink. HEX triplet: F2, 03 and 87. RGB value is (242,3,135). Sum of RGB (Red+Green+Blue) = 242+3+135=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F20387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20387 is #0DFC78. Grayscale: #595959. Windows color (decimal): -916601 or 8848370. OLE color: 8848370.

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

Color convert

RGB 242 3 135 -
CMYK 0 0.99 0.44 0.05
HSL 326.86º 0.98% 0.48% -
HSV(B) 326.86º 0.99% 0.95% -
XYZ 41.02 20.69 24.75 -
YUV 89.51 153.68 236.77 -
System Red Green Blue C M Y K H S L
Decimal 242 3 135 0 0.99 0.44 0.05 326.86 0.98 0.48
Hex F2 3 87 0 63 2C 5 147 62 30
Octal 362 3 207 0 143 54 5 507 142 60
Binary 11110010 11 10000111 0 1100011 101100 101 101000111 1100010 110000

Color Harmonies of #F20387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20387

Black with #F20387

Text Example


Text Example

White with #F20387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20387; }

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

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

background-color css

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

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

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

border-color css

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

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

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