Shades of Deep Pink #FF0897
Tints of Deep Pink #FF0897
RGB
CMYK
RGB Variations
Color information
#FF0897 (or 0xFF0897) is known color: Deep Pink. HEX triplet: FF, 08 and 97. RGB value is (255,8,151). Sum of RGB (Red+Green+Blue) = 255+8+151=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0897 is #00F768. Grayscale: #616161. Windows color (decimal): -63337 or 9898239. OLE color: 9898239.
HSL color Cylindrical-coordinate representation of color #FF0897: hue angle of 325.26º 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 #FF0897 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 151 | - |
| CMYK | 0 | 0.97 | 0.41 | 0 |
| HSL | 325.26º | 1% | 0.52% | - |
| HSV(B) | 325.26º | 0.97% | 1% | - |
| XYZ | 46.91 | 23.67 | 31.37 | - |
| YUV | 98.16 | 157.83 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 151 | 0 | 0.97 | 0.41 | 0 | 325.26 | 1 | 0.52 |
| Hex | FF | 8 | 97 | 0 | 61 | 29 | 0 | 145 | 64 | 34 |
| Octal | 377 | 10 | 227 | 0 | 141 | 51 | 0 | 505 | 144 | 64 |
| Binary | 11111111 | 1000 | 10010111 | 0 | 1100001 | 101001 | 0 | 101000101 | 1100100 | 110100 |
Color Harmonies of #FF0897
Complementary color
Monochromatic Colors of #FF0897
Black with #FF0897
Text Example
Text Example
White with #FF0897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0897; }
p { color: rgb(255,8,151); }
H1.HeaderClassName
{
color: #FF0897;
}
.AnyTagClassName
{
color: #FF0897;
}
</style>
background-color css
<style>
a { background-color: #FF0897; }
a { background-color: rgb(255,8,151); }
div.DivClassName
{
background-color: #FF0897;
}
.BgClassName
{
background-color: #FF0897;
}
</style>
border-color css
<style>
span { border-color: #FF0897; }
span { border-color: rgb(255,8,151); }
td.TdClassName
{
border-color: #FF0897;
}
.TagClassName
{
border-color: #FF0897;
}
</style>