Shades of Shocking Pink #FD00B9
Tints of Shocking Pink #FD00B9
RGB
CMYK
RGB Variations
Color information
#FD00B9 (or 0xFD00B9) is known color: Shocking Pink. HEX triplet: FD, 00 and B9. RGB value is (253,0,185). Sum of RGB (Red+Green+Blue) = 253+0+185=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00B9 is #02FF46. Grayscale: #606060. Windows color (decimal): -196423 or 12124413. OLE color: 12124413.
HSL color Cylindrical-coordinate representation of color #FD00B9: hue angle of 316.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00B9 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.27 | 0.01 |
| HSL | 316.13º | 1% | 0.5% | - |
| HSV(B) | 316.13º | 1% | 0.99% | - |
| XYZ | 49.26 | 24.39 | 48.01 | - |
| YUV | 96.74 | 177.82 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 185 | 0 | 1 | 0.27 | 0.01 | 316.13 | 1 | 0.5 |
| Hex | FD | 0 | B9 | 0 | 64 | 1B | 1 | 13C | 64 | 32 |
| Octal | 375 | 0 | 271 | 0 | 144 | 33 | 1 | 474 | 144 | 62 |
| Binary | 11111101 | 0 | 10111001 | 0 | 1100100 | 11011 | 1 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FD00B9
Complementary color
Monochromatic Colors of #FD00B9
Black with #FD00B9
Text Example
Text Example
White with #FD00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00B9; }
p { color: rgb(253,0,185); }
H1.HeaderClassName
{
color: #FD00B9;
}
.AnyTagClassName
{
color: #FD00B9;
}
</style>
background-color css
<style>
a { background-color: #FD00B9; }
a { background-color: rgb(253,0,185); }
div.DivClassName
{
background-color: #FD00B9;
}
.BgClassName
{
background-color: #FD00B9;
}
</style>
border-color css
<style>
span { border-color: #FD00B9; }
span { border-color: rgb(253,0,185); }
td.TdClassName
{
border-color: #FD00B9;
}
.TagClassName
{
border-color: #FD00B9;
}
</style>