Html Css Color HEX #F20081 Deep Pink

📋 copy color: '#F20081'

red 242 ◦ green 0 ◦ blue 129

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

Shades of Deep Pink #F20081

Tints of Deep Pink #F20081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 65.23%
G = 0%
B = 34.77%

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

#F20081 (or 0xF20081) is known color: Deep Pink. HEX triplet: F2, 00 and 81. RGB value is (242,0,129). Sum of RGB (Red+Green+Blue) = 242+0+129=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F20081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20081 is #0DFF7E. Grayscale: #565656. Windows color (decimal): -917375 or 8454386. OLE color: 8454386.

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

Color convert

RGB 242 0 129 -
CMYK 0 1 0.47 0.05
HSL 328.02º 1% 0.47% -
HSV(B) 328.02º 1% 0.95% -
XYZ 40.58 20.46 22.58 -
YUV 87.06 151.67 238.51 -
System Red Green Blue C M Y K H S L
Decimal 242 0 129 0 1 0.47 0.05 328.02 1 0.47
Hex F2 0 81 0 64 2F 5 148 64 2F
Octal 362 0 201 0 144 57 5 510 144 57
Binary 11110010 0 10000001 0 1100100 101111 101 101001000 1100100 101111

Color Harmonies of #F20081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20081

Black with #F20081

Text Example


Text Example

White with #F20081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20081; }

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

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

background-color css

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

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

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

border-color css

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

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

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