Html Css Color HEX #F00D81 Deep Pink

📋 copy color: '#F00D81'

red 240 ◦ green 13 ◦ blue 129

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

Shades of Deep Pink #F00D81

Tints of Deep Pink #F00D81

RGB

 RED value IS 240 (94.14% from 255) = 62.83%

 GREEN value IS 13 (5.47% from 255) = 3.4%

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

R = 62.83%
G = 3.4%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F00D81 (or 0xF00D81) is known color: Deep Pink. HEX triplet: F0, 0D and 81. RGB value is (240,13,129). Sum of RGB (Red+Green+Blue) = 240+13+129=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D81 is #0FF27E. Grayscale: #5D5D5D. Windows color (decimal): -1045119 or 8457712. OLE color: 8457712.

HSL color Cylindrical-coordinate representation of color #F00D81: hue angle of 329.34º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D81 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 13 129 -
CMYK 0 0.95 0.46 0.06
HSL 329.34º 0.9% 0.5% -
HSV(B) 329.34º 0.95% 0.94% -
XYZ 40.04 20.4 22.6 -
YUV 94.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 240 13 129 0 0.95 0.46 0.06 329.34 0.9 0.5
Hex F0 D 81 0 5F 2E 6 149 5A 32
Octal 360 15 201 0 137 56 6 511 132 62
Binary 11110000 1101 10000001 0 1011111 101110 110 101001001 1011010 110010

Color Harmonies of #F00D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D81

Black with #F00D81

Text Example


Text Example

White with #F00D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D81; }

 p { color: rgb(240,13,129); }

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

background-color css

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

 a { background-color: rgb(240,13,129); }

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

border-color css

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

 span { border-color: rgb(240,13,129); }

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