Shades of Deep Pink #F0088C
Tints of Deep Pink #F0088C
RGB
CMYK
RGB Variations
Color information
#F0088C (or 0xF0088C) is known color: Deep Pink. HEX triplet: F0, 08 and 8C. RGB value is (240,8,140). Sum of RGB (Red+Green+Blue) = 240+8+140=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0088C is #0FF773. Grayscale: #5C5C5C. Windows color (decimal): -1046388 or 9177328. OLE color: 9177328.
HSL color Cylindrical-coordinate representation of color #F0088C: hue angle of 325.86º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0088C is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 140 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.06 |
| HSL | 325.86º | 0.94% | 0.49% | - |
| HSV(B) | 325.86º | 0.97% | 0.94% | - |
| XYZ | 40.76 | 20.59 | 26.64 | - |
| YUV | 92.42 | 154.86 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 140 | 0 | 0.97 | 0.42 | 0.06 | 325.86 | 0.94 | 0.49 |
| Hex | F0 | 8 | 8C | 0 | 61 | 2A | 6 | 146 | 5E | 31 |
| Octal | 360 | 10 | 214 | 0 | 141 | 52 | 6 | 506 | 136 | 61 |
| Binary | 11110000 | 1000 | 10001100 | 0 | 1100001 | 101010 | 110 | 101000110 | 1011110 | 110001 |
Color Harmonies of #F0088C
Complementary color
Monochromatic Colors of #F0088C
Black with #F0088C
Text Example
Text Example
White with #F0088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0088C; }
p { color: rgb(240,8,140); }
H1.HeaderClassName
{
color: #F0088C;
}
.AnyTagClassName
{
color: #F0088C;
}
</style>
background-color css
<style>
a { background-color: #F0088C; }
a { background-color: rgb(240,8,140); }
div.DivClassName
{
background-color: #F0088C;
}
.BgClassName
{
background-color: #F0088C;
}
</style>
border-color css
<style>
span { border-color: #F0088C; }
span { border-color: rgb(240,8,140); }
td.TdClassName
{
border-color: #F0088C;
}
.TagClassName
{
border-color: #F0088C;
}
</style>