Shades of Deep Pink #F00A7B
Tints of Deep Pink #F00A7B
RGB
CMYK
RGB Variations
Color information
#F00A7B (or 0xF00A7B) is known color: Deep Pink. HEX triplet: F0, 0A and 7B. RGB value is (240,10,123). Sum of RGB (Red+Green+Blue) = 240+10+123=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A7B is #0FF584. Grayscale: #5B5B5B. Windows color (decimal): -1045893 or 8063728. OLE color: 8063728.
HSL color Cylindrical-coordinate representation of color #F00A7B: hue angle of 330.52º 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 #F00A7B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 123 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.06 |
| HSL | 330.52º | 0.92% | 0.49% | - |
| HSV(B) | 330.52º | 0.96% | 0.94% | - |
| XYZ | 39.62 | 20.17 | 20.54 | - |
| YUV | 91.65 | 145.7 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 123 | 0 | 0.96 | 0.49 | 0.06 | 330.52 | 0.92 | 0.49 |
| Hex | F0 | A | 7B | 0 | 60 | 31 | 6 | 14B | 5C | 31 |
| Octal | 360 | 12 | 173 | 0 | 140 | 61 | 6 | 513 | 134 | 61 |
| Binary | 11110000 | 1010 | 1111011 | 0 | 1100000 | 110001 | 110 | 101001011 | 1011100 | 110001 |
Color Harmonies of #F00A7B
Complementary color
Monochromatic Colors of #F00A7B
Black with #F00A7B
Text Example
Text Example
White with #F00A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A7B; }
p { color: rgb(240,10,123); }
H1.HeaderClassName
{
color: #F00A7B;
}
.AnyTagClassName
{
color: #F00A7B;
}
</style>
background-color css
<style>
a { background-color: #F00A7B; }
a { background-color: rgb(240,10,123); }
div.DivClassName
{
background-color: #F00A7B;
}
.BgClassName
{
background-color: #F00A7B;
}
</style>
border-color css
<style>
span { border-color: #F00A7B; }
span { border-color: rgb(240,10,123); }
td.TdClassName
{
border-color: #F00A7B;
}
.TagClassName
{
border-color: #F00A7B;
}
</style>