Html Css Color HEX #F20389 Deep Pink

📋 copy color: '#F20389'

red 242 ◦ green 3 ◦ blue 137

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

Shades of Deep Pink #F20389

Tints of Deep Pink #F20389

RGB

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

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

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

R = 63.35%
G = 0.79%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F20389 (or 0xF20389) is known color: Deep Pink. HEX triplet: F2, 03 and 89. RGB value is (242,3,137). Sum of RGB (Red+Green+Blue) = 242+3+137=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F20389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20389 is #0DFC76. Grayscale: #595959. Windows color (decimal): -916599 or 8979442. OLE color: 8979442.

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

Color convert

RGB 242 3 137 -
CMYK 0 0.99 0.43 0.05
HSL 326.36º 0.98% 0.48% -
HSV(B) 326.36º 0.99% 0.95% -
XYZ 41.17 20.75 25.5 -
YUV 89.74 154.68 236.6 -
System Red Green Blue C M Y K H S L
Decimal 242 3 137 0 0.99 0.43 0.05 326.36 0.98 0.48
Hex F2 3 89 0 63 2B 5 146 62 30
Octal 362 3 211 0 143 53 5 506 142 60
Binary 11110010 11 10001001 0 1100011 101011 101 101000110 1100010 110000

Color Harmonies of #F20389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20389

Black with #F20389

Text Example


Text Example

White with #F20389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20389; }

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

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

background-color css

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

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

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

border-color css

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

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

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