Shades of Shocking Pink #FD0AB2
Tints of Shocking Pink #FD0AB2
RGB
CMYK
RGB Variations
Color information
#FD0AB2 (or 0xFD0AB2) is known color: Shocking Pink. HEX triplet: FD, 0A and B2. RGB value is (253,10,178). Sum of RGB (Red+Green+Blue) = 253+10+178=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0AB2 is #02F54D. Grayscale: #656565. Windows color (decimal): -193870 or 11668221. OLE color: 11668221.
HSL color Cylindrical-coordinate representation of color #FD0AB2: hue angle of 318.52º 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 #FD0AB2 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 178 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.01 |
| HSL | 318.52º | 0.98% | 0.52% | - |
| HSV(B) | 318.52º | 0.96% | 0.99% | - |
| XYZ | 48.65 | 24.31 | 44.25 | - |
| YUV | 101.81 | 171.01 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 178 | 0 | 0.96 | 0.30 | 0.01 | 318.52 | 0.98 | 0.52 |
| Hex | FD | A | B2 | 0 | 60 | 1E | 1 | 13F | 62 | 34 |
| Octal | 375 | 12 | 262 | 0 | 140 | 36 | 1 | 477 | 142 | 64 |
| Binary | 11111101 | 1010 | 10110010 | 0 | 1100000 | 11110 | 1 | 100111111 | 1100010 | 110100 |
Color Harmonies of #FD0AB2
Complementary color
Monochromatic Colors of #FD0AB2
Black with #FD0AB2
Text Example
Text Example
White with #FD0AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0AB2; }
p { color: rgb(253,10,178); }
H1.HeaderClassName
{
color: #FD0AB2;
}
.AnyTagClassName
{
color: #FD0AB2;
}
</style>
background-color css
<style>
a { background-color: #FD0AB2; }
a { background-color: rgb(253,10,178); }
div.DivClassName
{
background-color: #FD0AB2;
}
.BgClassName
{
background-color: #FD0AB2;
}
</style>
border-color css
<style>
span { border-color: #FD0AB2; }
span { border-color: rgb(253,10,178); }
td.TdClassName
{
border-color: #FD0AB2;
}
.TagClassName
{
border-color: #FD0AB2;
}
</style>