Shades of Deep Pink #FF088F
Tints of Deep Pink #FF088F
RGB
CMYK
RGB Variations
Color information
#FF088F (or 0xFF088F) is known color: Deep Pink. HEX triplet: FF, 08 and 8F. RGB value is (255,8,143). Sum of RGB (Red+Green+Blue) = 255+8+143=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF088F is #00F770. Grayscale: #606060. Windows color (decimal): -63345 or 9373951. OLE color: 9373951.
HSL color Cylindrical-coordinate representation of color #FF088F: hue angle of 327.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF088F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 143 | - |
| CMYK | 0 | 0.97 | 0.44 | 0 |
| HSL | 327.21º | 1% | 0.52% | - |
| HSV(B) | 327.21º | 0.97% | 1% | - |
| XYZ | 46.28 | 23.42 | 28.07 | - |
| YUV | 97.24 | 153.83 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 143 | 0 | 0.97 | 0.44 | 0 | 327.21 | 1 | 0.52 |
| Hex | FF | 8 | 8F | 0 | 61 | 2C | 0 | 147 | 64 | 34 |
| Octal | 377 | 10 | 217 | 0 | 141 | 54 | 0 | 507 | 144 | 64 |
| Binary | 11111111 | 1000 | 10001111 | 0 | 1100001 | 101100 | 0 | 101000111 | 1100100 | 110100 |
Color Harmonies of #FF088F
Complementary color
Monochromatic Colors of #FF088F
Black with #FF088F
Text Example
Text Example
White with #FF088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF088F; }
p { color: rgb(255,8,143); }
H1.HeaderClassName
{
color: #FF088F;
}
.AnyTagClassName
{
color: #FF088F;
}
</style>
background-color css
<style>
a { background-color: #FF088F; }
a { background-color: rgb(255,8,143); }
div.DivClassName
{
background-color: #FF088F;
}
.BgClassName
{
background-color: #FF088F;
}
</style>
border-color css
<style>
span { border-color: #FF088F; }
span { border-color: rgb(255,8,143); }
td.TdClassName
{
border-color: #FF088F;
}
.TagClassName
{
border-color: #FF088F;
}
</style>