Shades of Deep Pink #FD0D94
Tints of Deep Pink #FD0D94
RGB
CMYK
RGB Variations
Color information
#FD0D94 (or 0xFD0D94) is known color: Deep Pink. HEX triplet: FD, 0D and 94. RGB value is (253,13,148). Sum of RGB (Red+Green+Blue) = 253+13+148=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0D94 is #02F26B. Grayscale: #636363. Windows color (decimal): -193132 or 9702909. OLE color: 9702909.
HSL color Cylindrical-coordinate representation of color #FD0D94: hue angle of 326.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0D94 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 148 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.01 |
| HSL | 326.25º | 0.98% | 0.52% | - |
| HSV(B) | 326.25º | 0.95% | 0.99% | - |
| XYZ | 46 | 23.31 | 30.09 | - |
| YUV | 100.15 | 155.01 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 148 | 0 | 0.95 | 0.42 | 0.01 | 326.25 | 0.98 | 0.52 |
| Hex | FD | D | 94 | 0 | 5F | 2A | 1 | 146 | 62 | 34 |
| Octal | 375 | 15 | 224 | 0 | 137 | 52 | 1 | 506 | 142 | 64 |
| Binary | 11111101 | 1101 | 10010100 | 0 | 1011111 | 101010 | 1 | 101000110 | 1100010 | 110100 |
Color Harmonies of #FD0D94
Complementary color
Monochromatic Colors of #FD0D94
Black with #FD0D94
Text Example
Text Example
White with #FD0D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0D94; }
p { color: rgb(253,13,148); }
H1.HeaderClassName
{
color: #FD0D94;
}
.AnyTagClassName
{
color: #FD0D94;
}
</style>
background-color css
<style>
a { background-color: #FD0D94; }
a { background-color: rgb(253,13,148); }
div.DivClassName
{
background-color: #FD0D94;
}
.BgClassName
{
background-color: #FD0D94;
}
</style>
border-color css
<style>
span { border-color: #FD0D94; }
span { border-color: rgb(253,13,148); }
td.TdClassName
{
border-color: #FD0D94;
}
.TagClassName
{
border-color: #FD0D94;
}
</style>