Shades of Shocking Pink #FD0AB4
Tints of Shocking Pink #FD0AB4
RGB
CMYK
RGB Variations
Color information
#FD0AB4 (or 0xFD0AB4) is known color: Shocking Pink. HEX triplet: FD, 0A and B4. RGB value is (253,10,180). Sum of RGB (Red+Green+Blue) = 253+10+180=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0AB4 is #02F54B. Grayscale: #656565. Windows color (decimal): -193868 or 11799293. OLE color: 11799293.
HSL color Cylindrical-coordinate representation of color #FD0AB4: hue angle of 318.02º 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 #FD0AB4 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 180 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.01 |
| HSL | 318.02º | 0.98% | 0.52% | - |
| HSV(B) | 318.02º | 0.96% | 0.99% | - |
| XYZ | 48.85 | 24.4 | 45.31 | - |
| YUV | 102.04 | 172.01 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 180 | 0 | 0.96 | 0.29 | 0.01 | 318.02 | 0.98 | 0.52 |
| Hex | FD | A | B4 | 0 | 60 | 1D | 1 | 13E | 62 | 34 |
| Octal | 375 | 12 | 264 | 0 | 140 | 35 | 1 | 476 | 142 | 64 |
| Binary | 11111101 | 1010 | 10110100 | 0 | 1100000 | 11101 | 1 | 100111110 | 1100010 | 110100 |
Color Harmonies of #FD0AB4
Complementary color
Monochromatic Colors of #FD0AB4
Black with #FD0AB4
Text Example
Text Example
White with #FD0AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0AB4; }
p { color: rgb(253,10,180); }
H1.HeaderClassName
{
color: #FD0AB4;
}
.AnyTagClassName
{
color: #FD0AB4;
}
</style>
background-color css
<style>
a { background-color: #FD0AB4; }
a { background-color: rgb(253,10,180); }
div.DivClassName
{
background-color: #FD0AB4;
}
.BgClassName
{
background-color: #FD0AB4;
}
</style>
border-color css
<style>
span { border-color: #FD0AB4; }
span { border-color: rgb(253,10,180); }
td.TdClassName
{
border-color: #FD0AB4;
}
.TagClassName
{
border-color: #FD0AB4;
}
</style>