Shades of Shocking Pink #FD05BA
Tints of Shocking Pink #FD05BA
RGB
CMYK
RGB Variations
Color information
#FD05BA (or 0xFD05BA) is known color: Shocking Pink. HEX triplet: FD, 05 and BA. RGB value is (253,5,186). Sum of RGB (Red+Green+Blue) = 253+5+186=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD05BA is #02FA45. Grayscale: #636363. Windows color (decimal): -195142 or 12191229. OLE color: 12191229.
HSL color Cylindrical-coordinate representation of color #FD05BA: hue angle of 316.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD05BA is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.01 |
| HSL | 316.21º | 0.98% | 0.51% | - |
| HSV(B) | 316.21º | 0.98% | 0.99% | - |
| XYZ | 49.43 | 24.54 | 48.59 | - |
| YUV | 99.79 | 176.66 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 186 | 0 | 0.98 | 0.26 | 0.01 | 316.21 | 0.98 | 0.51 |
| Hex | FD | 5 | BA | 0 | 62 | 1A | 1 | 13C | 62 | 33 |
| Octal | 375 | 5 | 272 | 0 | 142 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111101 | 101 | 10111010 | 0 | 1100010 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FD05BA
Complementary color
Monochromatic Colors of #FD05BA
Black with #FD05BA
Text Example
Text Example
White with #FD05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD05BA; }
p { color: rgb(253,5,186); }
H1.HeaderClassName
{
color: #FD05BA;
}
.AnyTagClassName
{
color: #FD05BA;
}
</style>
background-color css
<style>
a { background-color: #FD05BA; }
a { background-color: rgb(253,5,186); }
div.DivClassName
{
background-color: #FD05BA;
}
.BgClassName
{
background-color: #FD05BA;
}
</style>
border-color css
<style>
span { border-color: #FD05BA; }
span { border-color: rgb(253,5,186); }
td.TdClassName
{
border-color: #FD05BA;
}
.TagClassName
{
border-color: #FD05BA;
}
</style>