Shades of Deep Pink #FF087D
Tints of Deep Pink #FF087D
RGB
CMYK
RGB Variations
Color information
#FF087D (or 0xFF087D) is known color: Deep Pink. HEX triplet: FF, 08 and 7D. RGB value is (255,8,125). Sum of RGB (Red+Green+Blue) = 255+8+125=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF087D is #00F782. Grayscale: #5E5E5E. Windows color (decimal): -63363 or 8194303. OLE color: 8194303.
HSL color Cylindrical-coordinate representation of color #FF087D: hue angle of 331.58º 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 #FF087D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.51 | 0 |
| HSL | 331.58º | 1% | 0.52% | - |
| HSV(B) | 331.58º | 0.97% | 1% | - |
| XYZ | 45.03 | 22.91 | 21.45 | - |
| YUV | 95.19 | 144.83 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 125 | 0 | 0.97 | 0.51 | 0 | 331.58 | 1 | 0.52 |
| Hex | FF | 8 | 7D | 0 | 61 | 33 | 0 | 14C | 64 | 34 |
| Octal | 377 | 10 | 175 | 0 | 141 | 63 | 0 | 514 | 144 | 64 |
| Binary | 11111111 | 1000 | 1111101 | 0 | 1100001 | 110011 | 0 | 101001100 | 1100100 | 110100 |
Color Harmonies of #FF087D
Complementary color
Monochromatic Colors of #FF087D
Black with #FF087D
Text Example
Text Example
White with #FF087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF087D; }
p { color: rgb(255,8,125); }
H1.HeaderClassName
{
color: #FF087D;
}
.AnyTagClassName
{
color: #FF087D;
}
</style>
background-color css
<style>
a { background-color: #FF087D; }
a { background-color: rgb(255,8,125); }
div.DivClassName
{
background-color: #FF087D;
}
.BgClassName
{
background-color: #FF087D;
}
</style>
border-color css
<style>
span { border-color: #FF087D; }
span { border-color: rgb(255,8,125); }
td.TdClassName
{
border-color: #FF087D;
}
.TagClassName
{
border-color: #FF087D;
}
</style>