Html Css Color HEX #F20080 Deep Pink

📋 copy color: '#F20080'

red 242 ◦ green 0 ◦ blue 128

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

Shades of Deep Pink #F20080

Tints of Deep Pink #F20080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.41%
G = 0%
B = 34.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20080 (or 0xF20080) is known color: Deep Pink. HEX triplet: F2, 00 and 80. RGB value is (242,0,128). Sum of RGB (Red+Green+Blue) = 242+0+128=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F20080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20080 is #0DFF7F. Grayscale: #565656. Windows color (decimal): -917376 or 8388850. OLE color: 8388850.

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

Color convert

RGB 242 0 128 -
CMYK 0 1 0.47 0.05
HSL 328.26º 1% 0.47% -
HSV(B) 328.26º 1% 0.95% -
XYZ 40.51 20.44 22.23 -
YUV 86.95 151.17 238.59 -
System Red Green Blue C M Y K H S L
Decimal 242 0 128 0 1 0.47 0.05 328.26 1 0.47
Hex F2 0 80 0 64 2F 5 148 64 2F
Octal 362 0 200 0 144 57 5 510 144 57
Binary 11110010 0 10000000 0 1100100 101111 101 101001000 1100100 101111

Color Harmonies of #F20080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20080

Black with #F20080

Text Example


Text Example

White with #F20080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20080; }

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

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

background-color css

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

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

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

border-color css

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

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

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