Html Css Color HEX #F00A89 Deep Pink

📋 copy color: '#F00A89'

red 240 ◦ green 10 ◦ blue 137

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

Shades of Deep Pink #F00A89

Tints of Deep Pink #F00A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 62.02%
G = 2.58%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F00A89 (or 0xF00A89) is known color: Deep Pink. HEX triplet: F0, 0A and 89. RGB value is (240,10,137). Sum of RGB (Red+Green+Blue) = 240+10+137=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A89 is #0FF576. Grayscale: #5C5C5C. Windows color (decimal): -1045879 or 8981232. OLE color: 8981232.

HSL color Cylindrical-coordinate representation of color #F00A89: hue angle of 326.87º 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 #F00A89 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 137 -
CMYK 0 0.96 0.43 0.06
HSL 326.87º 0.92% 0.49% -
HSV(B) 326.87º 0.96% 0.94% -
XYZ 40.56 20.55 25.5 -
YUV 93.25 152.7 232.67 -
System Red Green Blue C M Y K H S L
Decimal 240 10 137 0 0.96 0.43 0.06 326.87 0.92 0.49
Hex F0 A 89 0 60 2B 6 147 5C 31
Octal 360 12 211 0 140 53 6 507 134 61
Binary 11110000 1010 10001001 0 1100000 101011 110 101000111 1011100 110001

Color Harmonies of #F00A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A89

Black with #F00A89

Text Example


Text Example

White with #F00A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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