Shades of Deep Pink #FF0875
Tints of Deep Pink #FF0875
RGB
CMYK
RGB Variations
Color information
#FF0875 (or 0xFF0875) is known color: Deep Pink. HEX triplet: FF, 08 and 75. RGB value is (255,8,117). Sum of RGB (Red+Green+Blue) = 255+8+117=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0875 is #00F78A. Grayscale: #5E5E5E. Windows color (decimal): -63371 or 7670015. OLE color: 7670015.
HSL color Cylindrical-coordinate representation of color #FF0875: hue angle of 333.52º 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 #FF0875 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 117 | - |
| CMYK | 0 | 0.97 | 0.54 | 0 |
| HSL | 333.52º | 1% | 0.52% | - |
| HSV(B) | 333.52º | 0.97% | 1% | - |
| XYZ | 44.54 | 22.72 | 18.87 | - |
| YUV | 94.28 | 140.83 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 117 | 0 | 0.97 | 0.54 | 0 | 333.52 | 1 | 0.52 |
| Hex | FF | 8 | 75 | 0 | 61 | 36 | 0 | 14E | 64 | 34 |
| Octal | 377 | 10 | 165 | 0 | 141 | 66 | 0 | 516 | 144 | 64 |
| Binary | 11111111 | 1000 | 1110101 | 0 | 1100001 | 110110 | 0 | 101001110 | 1100100 | 110100 |
Color Harmonies of #FF0875
Complementary color
Monochromatic Colors of #FF0875
Black with #FF0875
Text Example
Text Example
White with #FF0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0875; }
p { color: rgb(255,8,117); }
H1.HeaderClassName
{
color: #FF0875;
}
.AnyTagClassName
{
color: #FF0875;
}
</style>
background-color css
<style>
a { background-color: #FF0875; }
a { background-color: rgb(255,8,117); }
div.DivClassName
{
background-color: #FF0875;
}
.BgClassName
{
background-color: #FF0875;
}
</style>
border-color css
<style>
span { border-color: #FF0875; }
span { border-color: rgb(255,8,117); }
td.TdClassName
{
border-color: #FF0875;
}
.TagClassName
{
border-color: #FF0875;
}
</style>