Shades of Shocking Pink #FD0FCC
Tints of Shocking Pink #FD0FCC
RGB
CMYK
RGB Variations
Color information
#FD0FCC (or 0xFD0FCC) is known color: Shocking Pink. HEX triplet: FD, 0F and CC. RGB value is (253,15,204). Sum of RGB (Red+Green+Blue) = 253+15+204=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FCC is #02F033. Grayscale: #6B6B6B. Windows color (decimal): -192564 or 13373437. OLE color: 13373437.
HSL color Cylindrical-coordinate representation of color #FD0FCC: hue angle of 312.35º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0FCC is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.01 |
| HSL | 312.35º | 0.98% | 0.53% | - |
| HSV(B) | 312.35º | 0.94% | 0.99% | - |
| XYZ | 51.58 | 25.58 | 59.35 | - |
| YUV | 107.71 | 182.35 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 204 | 0 | 0.94 | 0.19 | 0.01 | 312.35 | 0.98 | 0.53 |
| Hex | FD | F | CC | 0 | 5E | 13 | 1 | 138 | 62 | 35 |
| Octal | 375 | 17 | 314 | 0 | 136 | 23 | 1 | 470 | 142 | 65 |
| Binary | 11111101 | 1111 | 11001100 | 0 | 1011110 | 10011 | 1 | 100111000 | 1100010 | 110101 |
Color Harmonies of #FD0FCC
Complementary color
Monochromatic Colors of #FD0FCC
Black with #FD0FCC
Text Example
Text Example
White with #FD0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FCC; }
p { color: rgb(253,15,204); }
H1.HeaderClassName
{
color: #FD0FCC;
}
.AnyTagClassName
{
color: #FD0FCC;
}
</style>
background-color css
<style>
a { background-color: #FD0FCC; }
a { background-color: rgb(253,15,204); }
div.DivClassName
{
background-color: #FD0FCC;
}
.BgClassName
{
background-color: #FD0FCC;
}
</style>
border-color css
<style>
span { border-color: #FD0FCC; }
span { border-color: rgb(253,15,204); }
td.TdClassName
{
border-color: #FD0FCC;
}
.TagClassName
{
border-color: #FD0FCC;
}
</style>