Shades of Deep Pink #FF0F8C
Tints of Deep Pink #FF0F8C
RGB
CMYK
RGB Variations
Color information
#FF0F8C (or 0xFF0F8C) is known color: Deep Pink. HEX triplet: FF, 0F and 8C. RGB value is (255,15,140). Sum of RGB (Red+Green+Blue) = 255+15+140=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0F8C is #00F073. Grayscale: #646464. Windows color (decimal): -61556 or 9179135. OLE color: 9179135.
HSL color Cylindrical-coordinate representation of color #FF0F8C: hue angle of 328.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F8C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 140 | - |
| CMYK | 0 | 0.94 | 0.45 | 0 |
| HSL | 328.75º | 1% | 0.53% | - |
| HSV(B) | 328.75º | 0.94% | 1% | - |
| XYZ | 46.14 | 23.5 | 26.91 | - |
| YUV | 101.01 | 150.01 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 140 | 0 | 0.94 | 0.45 | 0 | 328.75 | 1 | 0.53 |
| Hex | FF | F | 8C | 0 | 5E | 2D | 0 | 149 | 64 | 35 |
| Octal | 377 | 17 | 214 | 0 | 136 | 55 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 1111 | 10001100 | 0 | 1011110 | 101101 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF0F8C
Complementary color
Monochromatic Colors of #FF0F8C
Black with #FF0F8C
Text Example
Text Example
White with #FF0F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F8C; }
p { color: rgb(255,15,140); }
H1.HeaderClassName
{
color: #FF0F8C;
}
.AnyTagClassName
{
color: #FF0F8C;
}
</style>
background-color css
<style>
a { background-color: #FF0F8C; }
a { background-color: rgb(255,15,140); }
div.DivClassName
{
background-color: #FF0F8C;
}
.BgClassName
{
background-color: #FF0F8C;
}
</style>
border-color css
<style>
span { border-color: #FF0F8C; }
span { border-color: rgb(255,15,140); }
td.TdClassName
{
border-color: #FF0F8C;
}
.TagClassName
{
border-color: #FF0F8C;
}
</style>