Shades of Shocking Pink #FD06BC
Tints of Shocking Pink #FD06BC
RGB
CMYK
RGB Variations
Color information
#FD06BC (or 0xFD06BC) is known color: Shocking Pink. HEX triplet: FD, 06 and BC. RGB value is (253,6,188). Sum of RGB (Red+Green+Blue) = 253+6+188=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD06BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD06BC is #02F943. Grayscale: #646464. Windows color (decimal): -194884 or 12322557. OLE color: 12322557.
HSL color Cylindrical-coordinate representation of color #FD06BC: hue angle of 315.79º 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 #FD06BC is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 188 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.01 |
| HSL | 315.79º | 0.98% | 0.51% | - |
| HSV(B) | 315.79º | 0.98% | 0.99% | - |
| XYZ | 49.65 | 24.64 | 49.72 | - |
| YUV | 100.6 | 177.33 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 188 | 0 | 0.98 | 0.26 | 0.01 | 315.79 | 0.98 | 0.51 |
| Hex | FD | 6 | BC | 0 | 62 | 1A | 1 | 13C | 62 | 33 |
| Octal | 375 | 6 | 274 | 0 | 142 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111101 | 110 | 10111100 | 0 | 1100010 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FD06BC
Complementary color
Monochromatic Colors of #FD06BC
Black with #FD06BC
Text Example
Text Example
White with #FD06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD06BC; }
p { color: rgb(253,6,188); }
H1.HeaderClassName
{
color: #FD06BC;
}
.AnyTagClassName
{
color: #FD06BC;
}
</style>
background-color css
<style>
a { background-color: #FD06BC; }
a { background-color: rgb(253,6,188); }
div.DivClassName
{
background-color: #FD06BC;
}
.BgClassName
{
background-color: #FD06BC;
}
</style>
border-color css
<style>
span { border-color: #FD06BC; }
span { border-color: rgb(253,6,188); }
td.TdClassName
{
border-color: #FD06BC;
}
.TagClassName
{
border-color: #FD06BC;
}
</style>