Shades of Deep Pink #FF0992
Tints of Deep Pink #FF0992
RGB
CMYK
RGB Variations
Color information
#FF0992 (or 0xFF0992) is known color: Deep Pink. HEX triplet: FF, 09 and 92. RGB value is (255,9,146). Sum of RGB (Red+Green+Blue) = 255+9+146=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0992 is #00F66D. Grayscale: #616161. Windows color (decimal): -63086 or 9570815. OLE color: 9570815.
HSL color Cylindrical-coordinate representation of color #FF0992: hue angle of 326.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0992 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.43 | 0 |
| HSL | 326.59º | 1% | 0.52% | - |
| HSV(B) | 326.59º | 0.96% | 1% | - |
| XYZ | 46.53 | 23.53 | 29.28 | - |
| YUV | 98.17 | 155 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 146 | 0 | 0.96 | 0.43 | 0 | 326.59 | 1 | 0.52 |
| Hex | FF | 9 | 92 | 0 | 60 | 2B | 0 | 147 | 64 | 34 |
| Octal | 377 | 11 | 222 | 0 | 140 | 53 | 0 | 507 | 144 | 64 |
| Binary | 11111111 | 1001 | 10010010 | 0 | 1100000 | 101011 | 0 | 101000111 | 1100100 | 110100 |
Color Harmonies of #FF0992
Complementary color
Monochromatic Colors of #FF0992
Black with #FF0992
Text Example
Text Example
White with #FF0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0992; }
p { color: rgb(255,9,146); }
H1.HeaderClassName
{
color: #FF0992;
}
.AnyTagClassName
{
color: #FF0992;
}
</style>
background-color css
<style>
a { background-color: #FF0992; }
a { background-color: rgb(255,9,146); }
div.DivClassName
{
background-color: #FF0992;
}
.BgClassName
{
background-color: #FF0992;
}
</style>
border-color css
<style>
span { border-color: #FF0992; }
span { border-color: rgb(255,9,146); }
td.TdClassName
{
border-color: #FF0992;
}
.TagClassName
{
border-color: #FF0992;
}
</style>