Shades of Deep Pink #FF0894
Tints of Deep Pink #FF0894
RGB
CMYK
RGB Variations
Color information
#FF0894 (or 0xFF0894) is known color: Deep Pink. HEX triplet: FF, 08 and 94. RGB value is (255,8,148). Sum of RGB (Red+Green+Blue) = 255+8+148=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0894 is #00F76B. Grayscale: #616161. Windows color (decimal): -63340 or 9701631. OLE color: 9701631.
HSL color Cylindrical-coordinate representation of color #FF0894: hue angle of 325.99º 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 #FF0894 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 148 | - |
| CMYK | 0 | 0.97 | 0.42 | 0 |
| HSL | 325.99º | 1% | 0.52% | - |
| HSV(B) | 325.99º | 0.97% | 1% | - |
| XYZ | 46.67 | 23.57 | 30.11 | - |
| YUV | 97.81 | 156.33 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 148 | 0 | 0.97 | 0.42 | 0 | 325.99 | 1 | 0.52 |
| Hex | FF | 8 | 94 | 0 | 61 | 2A | 0 | 146 | 64 | 34 |
| Octal | 377 | 10 | 224 | 0 | 141 | 52 | 0 | 506 | 144 | 64 |
| Binary | 11111111 | 1000 | 10010100 | 0 | 1100001 | 101010 | 0 | 101000110 | 1100100 | 110100 |
Color Harmonies of #FF0894
Complementary color
Monochromatic Colors of #FF0894
Black with #FF0894
Text Example
Text Example
White with #FF0894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0894; }
p { color: rgb(255,8,148); }
H1.HeaderClassName
{
color: #FF0894;
}
.AnyTagClassName
{
color: #FF0894;
}
</style>
background-color css
<style>
a { background-color: #FF0894; }
a { background-color: rgb(255,8,148); }
div.DivClassName
{
background-color: #FF0894;
}
.BgClassName
{
background-color: #FF0894;
}
</style>
border-color css
<style>
span { border-color: #FF0894; }
span { border-color: rgb(255,8,148); }
td.TdClassName
{
border-color: #FF0894;
}
.TagClassName
{
border-color: #FF0894;
}
</style>