Shades of Deep Pink #FF0995
Tints of Deep Pink #FF0995
RGB
CMYK
RGB Variations
Color information
#FF0995 (or 0xFF0995) is known color: Deep Pink. HEX triplet: FF, 09 and 95. RGB value is (255,9,149). Sum of RGB (Red+Green+Blue) = 255+9+149=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0995 is #00F66A. Grayscale: #626262. Windows color (decimal): -63083 or 9767423. OLE color: 9767423.
HSL color Cylindrical-coordinate representation of color #FF0995: hue angle of 325.85º 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 #FF0995 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.42 | 0 |
| HSL | 325.85º | 1% | 0.52% | - |
| HSV(B) | 325.85º | 0.96% | 1% | - |
| XYZ | 46.76 | 23.63 | 30.53 | - |
| YUV | 98.51 | 156.5 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 149 | 0 | 0.96 | 0.42 | 0 | 325.85 | 1 | 0.52 |
| Hex | FF | 9 | 95 | 0 | 60 | 2A | 0 | 146 | 64 | 34 |
| Octal | 377 | 11 | 225 | 0 | 140 | 52 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1001 | 10010101 | 0 | 1100000 | 101010 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0995
Complementary color
Monochromatic Colors of #FF0995
Black with #FF0995
Text Example
Text Example
White with #FF0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0995; }
p { color: rgb(255,9,149); }
H1.HeaderClassName
{
color: #FF0995;
}
.AnyTagClassName
{
color: #FF0995;
}
</style>
background-color css
<style>
a { background-color: #FF0995; }
a { background-color: rgb(255,9,149); }
div.DivClassName
{
background-color: #FF0995;
}
.BgClassName
{
background-color: #FF0995;
}
</style>
border-color css
<style>
span { border-color: #FF0995; }
span { border-color: rgb(255,9,149); }
td.TdClassName
{
border-color: #FF0995;
}
.TagClassName
{
border-color: #FF0995;
}
</style>