Html Css Color HEX #F20489 Deep Pink

📋 copy color: '#F20489'

red 242 ◦ green 4 ◦ blue 137

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

Shades of Deep Pink #F20489

Tints of Deep Pink #F20489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 63.19%
G = 1.04%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F20489 (or 0xF20489) is known color: Deep Pink. HEX triplet: F2, 04 and 89. RGB value is (242,4,137). Sum of RGB (Red+Green+Blue) = 242+4+137=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F20489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20489 is #0DFB76. Grayscale: #5A5A5A. Windows color (decimal): -916343 or 8979698. OLE color: 8979698.

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

Color convert

RGB 242 4 137 -
CMYK 0 0.98 0.43 0.05
HSL 326.47º 0.97% 0.48% -
HSV(B) 326.47º 0.98% 0.95% -
XYZ 41.18 20.77 25.51 -
YUV 90.32 154.35 236.19 -
System Red Green Blue C M Y K H S L
Decimal 242 4 137 0 0.98 0.43 0.05 326.47 0.97 0.48
Hex F2 4 89 0 62 2B 5 146 61 30
Octal 362 4 211 0 142 53 5 506 141 60
Binary 11110010 100 10001001 0 1100010 101011 101 101000110 1100001 110000

Color Harmonies of #F20489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20489

Black with #F20489

Text Example


Text Example

White with #F20489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20489; }

 p { color: rgb(242,4,137); }

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

background-color css

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

 a { background-color: rgb(242,4,137); }

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

border-color css

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

 span { border-color: rgb(242,4,137); }

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