Shades of Shocking Pink #FD03BA
Tints of Shocking Pink #FD03BA
RGB
CMYK
RGB Variations
Color information
#FD03BA (or 0xFD03BA) is known color: Shocking Pink. HEX triplet: FD, 03 and BA. RGB value is (253,3,186). Sum of RGB (Red+Green+Blue) = 253+3+186=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03BA is #02FC45. Grayscale: #626262. Windows color (decimal): -195654 or 12190717. OLE color: 12190717.
HSL color Cylindrical-coordinate representation of color #FD03BA: hue angle of 316.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD03BA is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.01 |
| HSL | 316.08º | 0.98% | 0.5% | - |
| HSV(B) | 316.08º | 0.99% | 0.99% | - |
| XYZ | 49.4 | 24.49 | 48.58 | - |
| YUV | 98.61 | 177.33 | 238.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 186 | 0 | 0.99 | 0.26 | 0.01 | 316.08 | 0.98 | 0.5 |
| Hex | FD | 3 | BA | 0 | 63 | 1A | 1 | 13C | 62 | 32 |
| Octal | 375 | 3 | 272 | 0 | 143 | 32 | 1 | 474 | 142 | 62 |
| Binary | 11111101 | 11 | 10111010 | 0 | 1100011 | 11010 | 1 | 100111100 | 1100010 | 110010 |
Color Harmonies of #FD03BA
Complementary color
Monochromatic Colors of #FD03BA
Black with #FD03BA
Text Example
Text Example
White with #FD03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03BA; }
p { color: rgb(253,3,186); }
H1.HeaderClassName
{
color: #FD03BA;
}
.AnyTagClassName
{
color: #FD03BA;
}
</style>
background-color css
<style>
a { background-color: #FD03BA; }
a { background-color: rgb(253,3,186); }
div.DivClassName
{
background-color: #FD03BA;
}
.BgClassName
{
background-color: #FD03BA;
}
</style>
border-color css
<style>
span { border-color: #FD03BA; }
span { border-color: rgb(253,3,186); }
td.TdClassName
{
border-color: #FD03BA;
}
.TagClassName
{
border-color: #FD03BA;
}
</style>