Html Css Color HEX #F20980 Deep Pink

📋 copy color: '#F20980'

red 242 ◦ green 9 ◦ blue 128

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

Shades of Deep Pink #F20980

Tints of Deep Pink #F20980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 63.85%
G = 2.37%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20980 (or 0xF20980) is known color: Deep Pink. HEX triplet: F2, 09 and 80. RGB value is (242,9,128). Sum of RGB (Red+Green+Blue) = 242+9+128=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F20980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20980 is #0DF67F. Grayscale: #5B5B5B. Windows color (decimal): -915072 or 8391154. OLE color: 8391154.

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

Color convert

RGB 242 9 128 -
CMYK 0 0.96 0.47 0.05
HSL 329.36º 0.93% 0.49% -
HSV(B) 329.36º 0.96% 0.95% -
XYZ 40.61 20.63 22.26 -
YUV 92.23 148.19 234.82 -
System Red Green Blue C M Y K H S L
Decimal 242 9 128 0 0.96 0.47 0.05 329.36 0.93 0.49
Hex F2 9 80 0 60 2F 5 149 5D 31
Octal 362 11 200 0 140 57 5 511 135 61
Binary 11110010 1001 10000000 0 1100000 101111 101 101001001 1011101 110001

Color Harmonies of #F20980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20980

Black with #F20980

Text Example


Text Example

White with #F20980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20980; }

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

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

background-color css

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

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

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

border-color css

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

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

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