Html Css Color HEX #F20978 Deep Pink

📋 copy color: '#F20978'

red 242 ◦ green 9 ◦ blue 120

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

Shades of Deep Pink #F20978

Tints of Deep Pink #F20978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 65.23%
G = 2.43%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F20978 (or 0xF20978) is known color: Deep Pink. HEX triplet: F2, 09 and 78. RGB value is (242,9,120). Sum of RGB (Red+Green+Blue) = 242+9+120=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F20978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20978 is #0DF687. Grayscale: #5B5B5B. Windows color (decimal): -915080 or 7866866. OLE color: 7866866.

HSL color Cylindrical-coordinate representation of color #F20978: hue angle of 331.42º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20978 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 120 -
CMYK 0 0.96 0.50 0.05
HSL 331.42º 0.93% 0.49% -
HSV(B) 331.42º 0.96% 0.95% -
XYZ 40.11 20.43 19.6 -
YUV 91.32 144.19 235.47 -
System Red Green Blue C M Y K H S L
Decimal 242 9 120 0 0.96 0.50 0.05 331.42 0.93 0.49
Hex F2 9 78 0 60 32 5 14B 5D 31
Octal 362 11 170 0 140 62 5 513 135 61
Binary 11110010 1001 1111000 0 1100000 110010 101 101001011 1011101 110001

Color Harmonies of #F20978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20978

Black with #F20978

Text Example


Text Example

White with #F20978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20978; }

 p { color: rgb(242,9,120); }

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

background-color css

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

 a { background-color: rgb(242,9,120); }

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

border-color css

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

 span { border-color: rgb(242,9,120); }

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