Shades of Deep Pink #FF0F98
Tints of Deep Pink #FF0F98
RGB
CMYK
RGB Variations
Color information
#FF0F98 (or 0xFF0F98) is known color: Deep Pink. HEX triplet: FF, 0F and 98. RGB value is (255,15,152). Sum of RGB (Red+Green+Blue) = 255+15+152=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0F98 is #00F067. Grayscale: #666666. Windows color (decimal): -61544 or 9965567. OLE color: 9965567.
HSL color Cylindrical-coordinate representation of color #FF0F98: hue angle of 325.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 #FF0F98 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 152 | - |
| CMYK | 0 | 0.94 | 0.40 | 0 |
| HSL | 325.75º | 1% | 0.53% | - |
| HSV(B) | 325.75º | 0.94% | 1% | - |
| XYZ | 47.08 | 23.87 | 31.83 | - |
| YUV | 102.38 | 156.01 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 152 | 0 | 0.94 | 0.40 | 0 | 325.75 | 1 | 0.53 |
| Hex | FF | F | 98 | 0 | 5E | 28 | 0 | 146 | 64 | 35 |
| Octal | 377 | 17 | 230 | 0 | 136 | 50 | 0 | 506 | 144 | 65 |
| Binary | 11111111 | 1111 | 10011000 | 0 | 1011110 | 101000 | 0 | 101000110 | 1100100 | 110101 |
Color Harmonies of #FF0F98
Complementary color
Monochromatic Colors of #FF0F98
Black with #FF0F98
Text Example
Text Example
White with #FF0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F98; }
p { color: rgb(255,15,152); }
H1.HeaderClassName
{
color: #FF0F98;
}
.AnyTagClassName
{
color: #FF0F98;
}
</style>
background-color css
<style>
a { background-color: #FF0F98; }
a { background-color: rgb(255,15,152); }
div.DivClassName
{
background-color: #FF0F98;
}
.BgClassName
{
background-color: #FF0F98;
}
</style>
border-color css
<style>
span { border-color: #FF0F98; }
span { border-color: rgb(255,15,152); }
td.TdClassName
{
border-color: #FF0F98;
}
.TagClassName
{
border-color: #FF0F98;
}
</style>