Shades of Shocking Pink #FD0AB7
Tints of Shocking Pink #FD0AB7
RGB
CMYK
RGB Variations
Color information
#FD0AB7 (or 0xFD0AB7) is known color: Shocking Pink. HEX triplet: FD, 0A and B7. RGB value is (253,10,183). Sum of RGB (Red+Green+Blue) = 253+10+183=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0AB7 is #02F548. Grayscale: #656565. Windows color (decimal): -193865 or 11995901. OLE color: 11995901.
HSL color Cylindrical-coordinate representation of color #FD0AB7: hue angle of 317.28º 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 #FD0AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.01 |
| HSL | 317.28º | 0.98% | 0.52% | - |
| HSV(B) | 317.28º | 0.96% | 0.99% | - |
| XYZ | 49.16 | 24.52 | 46.94 | - |
| YUV | 102.38 | 173.51 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 183 | 0 | 0.96 | 0.28 | 0.01 | 317.28 | 0.98 | 0.52 |
| Hex | FD | A | B7 | 0 | 60 | 1C | 1 | 13D | 62 | 34 |
| Octal | 375 | 12 | 267 | 0 | 140 | 34 | 1 | 475 | 142 | 64 |
| Binary | 11111101 | 1010 | 10110111 | 0 | 1100000 | 11100 | 1 | 100111101 | 1100010 | 110100 |
Color Harmonies of #FD0AB7
Complementary color
Monochromatic Colors of #FD0AB7
Black with #FD0AB7
Text Example
Text Example
White with #FD0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0AB7; }
p { color: rgb(253,10,183); }
H1.HeaderClassName
{
color: #FD0AB7;
}
.AnyTagClassName
{
color: #FD0AB7;
}
</style>
background-color css
<style>
a { background-color: #FD0AB7; }
a { background-color: rgb(253,10,183); }
div.DivClassName
{
background-color: #FD0AB7;
}
.BgClassName
{
background-color: #FD0AB7;
}
</style>
border-color css
<style>
span { border-color: #FD0AB7; }
span { border-color: rgb(253,10,183); }
td.TdClassName
{
border-color: #FD0AB7;
}
.TagClassName
{
border-color: #FD0AB7;
}
</style>