Shades of Deep Pink #FD0894
Tints of Deep Pink #FD0894
RGB
CMYK
RGB Variations
Color information
#FD0894 (or 0xFD0894) is known color: Deep Pink. HEX triplet: FD, 08 and 94. RGB value is (253,8,148). Sum of RGB (Red+Green+Blue) = 253+8+148=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0894 is #02F76B. Grayscale: #606060. Windows color (decimal): -194412 or 9701629. OLE color: 9701629.
HSL color Cylindrical-coordinate representation of color #FD0894: hue angle of 325.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0894 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 148 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.01 |
| HSL | 325.71º | 0.98% | 0.51% | - |
| HSV(B) | 325.71º | 0.97% | 0.99% | - |
| XYZ | 45.94 | 23.19 | 30.07 | - |
| YUV | 97.22 | 156.67 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 148 | 0 | 0.97 | 0.42 | 0.01 | 325.71 | 0.98 | 0.51 |
| Hex | FD | 8 | 94 | 0 | 61 | 2A | 1 | 146 | 62 | 33 |
| Octal | 375 | 10 | 224 | 0 | 141 | 52 | 1 | 506 | 142 | 63 |
| Binary | 11111101 | 1000 | 10010100 | 0 | 1100001 | 101010 | 1 | 101000110 | 1100010 | 110011 |
Color Harmonies of #FD0894
Complementary color
Monochromatic Colors of #FD0894
Black with #FD0894
Text Example
Text Example
White with #FD0894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0894; }
p { color: rgb(253,8,148); }
H1.HeaderClassName
{
color: #FD0894;
}
.AnyTagClassName
{
color: #FD0894;
}
</style>
background-color css
<style>
a { background-color: #FD0894; }
a { background-color: rgb(253,8,148); }
div.DivClassName
{
background-color: #FD0894;
}
.BgClassName
{
background-color: #FD0894;
}
</style>
border-color css
<style>
span { border-color: #FD0894; }
span { border-color: rgb(253,8,148); }
td.TdClassName
{
border-color: #FD0894;
}
.TagClassName
{
border-color: #FD0894;
}
</style>