Html Css Color HEX #F00A81 Deep Pink

📋 copy color: '#F00A81'

red 240 ◦ green 10 ◦ blue 129

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

Shades of Deep Pink #F00A81

Tints of Deep Pink #F00A81

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.64%

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

R = 63.32%
G = 2.64%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F00A81 (or 0xF00A81) is known color: Deep Pink. HEX triplet: F0, 0A and 81. RGB value is (240,10,129). Sum of RGB (Red+Green+Blue) = 240+10+129=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A81 is #0FF57E. Grayscale: #5C5C5C. Windows color (decimal): -1045887 or 8456944. OLE color: 8456944.

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

Color convert

RGB 240 10 129 -
CMYK 0 0.96 0.46 0.06
HSL 328.96º 0.92% 0.49% -
HSV(B) 328.96º 0.96% 0.94% -
XYZ 40.01 20.33 22.58 -
YUV 92.34 148.7 233.32 -
System Red Green Blue C M Y K H S L
Decimal 240 10 129 0 0.96 0.46 0.06 328.96 0.92 0.49
Hex F0 A 81 0 60 2E 6 149 5C 31
Octal 360 12 201 0 140 56 6 511 134 61
Binary 11110000 1010 10000001 0 1100000 101110 110 101001001 1011100 110001

Color Harmonies of #F00A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A81

Black with #F00A81

Text Example


Text Example

White with #F00A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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