Shades of Deep Pink #FD0A85
Tints of Deep Pink #FD0A85
RGB
CMYK
RGB Variations
Color information
#FD0A85 (or 0xFD0A85) is known color: Deep Pink. HEX triplet: FD, 0A and 85. RGB value is (253,10,133). Sum of RGB (Red+Green+Blue) = 253+10+133=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0A85 is #02F57A. Grayscale: #606060. Windows color (decimal): -193915 or 8719101. OLE color: 8719101.
HSL color Cylindrical-coordinate representation of color #FD0A85: hue angle of 329.63º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A85 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 133 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.01 |
| HSL | 329.63º | 0.98% | 0.52% | - |
| HSV(B) | 329.63º | 0.96% | 0.99% | - |
| XYZ | 44.85 | 22.79 | 24.23 | - |
| YUV | 96.68 | 148.51 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 133 | 0 | 0.96 | 0.47 | 0.01 | 329.63 | 0.98 | 0.52 |
| Hex | FD | A | 85 | 0 | 60 | 2F | 1 | 14A | 62 | 34 |
| Octal | 375 | 12 | 205 | 0 | 140 | 57 | 1 | 512 | 142 | 64 |
| Binary | 11111101 | 1010 | 10000101 | 0 | 1100000 | 101111 | 1 | 101001010 | 1100010 | 110100 |
Color Harmonies of #FD0A85
Complementary color
Monochromatic Colors of #FD0A85
Black with #FD0A85
Text Example
Text Example
White with #FD0A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A85; }
p { color: rgb(253,10,133); }
H1.HeaderClassName
{
color: #FD0A85;
}
.AnyTagClassName
{
color: #FD0A85;
}
</style>
background-color css
<style>
a { background-color: #FD0A85; }
a { background-color: rgb(253,10,133); }
div.DivClassName
{
background-color: #FD0A85;
}
.BgClassName
{
background-color: #FD0A85;
}
</style>
border-color css
<style>
span { border-color: #FD0A85; }
span { border-color: rgb(253,10,133); }
td.TdClassName
{
border-color: #FD0A85;
}
.TagClassName
{
border-color: #FD0A85;
}
</style>