Shades of Deep Pink #F00A8A
Tints of Deep Pink #F00A8A
RGB
CMYK
RGB Variations
Color information
#F00A8A (or 0xF00A8A) is known color: Deep Pink. HEX triplet: F0, 0A and 8A. RGB value is (240,10,138). Sum of RGB (Red+Green+Blue) = 240+10+138=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A8A is #0FF575. Grayscale: #5D5D5D. Windows color (decimal): -1045878 or 9046768. OLE color: 9046768.
HSL color Cylindrical-coordinate representation of color #F00A8A: hue angle of 326.61º 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 #F00A8A is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.06 |
| HSL | 326.61º | 0.92% | 0.49% | - |
| HSV(B) | 326.61º | 0.96% | 0.94% | - |
| XYZ | 40.63 | 20.58 | 25.88 | - |
| YUV | 93.36 | 153.2 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 138 | 0 | 0.96 | 0.42 | 0.06 | 326.61 | 0.92 | 0.49 |
| Hex | F0 | A | 8A | 0 | 60 | 2A | 6 | 147 | 5C | 31 |
| Octal | 360 | 12 | 212 | 0 | 140 | 52 | 6 | 507 | 134 | 61 |
| Binary | 11110000 | 1010 | 10001010 | 0 | 1100000 | 101010 | 110 | 101000111 | 1011100 | 110001 |
Color Harmonies of #F00A8A
Complementary color
Monochromatic Colors of #F00A8A
Black with #F00A8A
Text Example
Text Example
White with #F00A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A8A; }
p { color: rgb(240,10,138); }
H1.HeaderClassName
{
color: #F00A8A;
}
.AnyTagClassName
{
color: #F00A8A;
}
</style>
background-color css
<style>
a { background-color: #F00A8A; }
a { background-color: rgb(240,10,138); }
div.DivClassName
{
background-color: #F00A8A;
}
.BgClassName
{
background-color: #F00A8A;
}
</style>
border-color css
<style>
span { border-color: #F00A8A; }
span { border-color: rgb(240,10,138); }
td.TdClassName
{
border-color: #F00A8A;
}
.TagClassName
{
border-color: #F00A8A;
}
</style>