Html Css Color HEX #F20280 Deep Pink

📋 copy color: '#F20280'

red 242 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #F20280

Tints of Deep Pink #F20280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 65.05%
G = 0.54%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20280 (or 0xF20280) is known color: Deep Pink. HEX triplet: F2, 02 and 80. RGB value is (242,2,128). Sum of RGB (Red+Green+Blue) = 242+2+128=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F20280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20280 is #0DFD7F. Grayscale: #575757. Windows color (decimal): -916864 or 8389362. OLE color: 8389362.

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

Color convert

RGB 242 2 128 -
CMYK 0 0.99 0.47 0.05
HSL 328.5º 0.98% 0.48% -
HSV(B) 328.5º 0.99% 0.95% -
XYZ 40.54 20.48 22.24 -
YUV 88.12 150.51 237.75 -
System Red Green Blue C M Y K H S L
Decimal 242 2 128 0 0.99 0.47 0.05 328.5 0.98 0.48
Hex F2 2 80 0 63 2F 5 148 62 30
Octal 362 2 200 0 143 57 5 510 142 60
Binary 11110010 10 10000000 0 1100011 101111 101 101001000 1100010 110000

Color Harmonies of #F20280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20280

Black with #F20280

Text Example


Text Example

White with #F20280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20280; }

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

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

background-color css

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

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

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

border-color css

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

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

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