Shades of Shocking Pink #FC0DC7
Tints of Shocking Pink #FC0DC7
RGB
CMYK
RGB Variations
Color information
#FC0DC7 (or 0xFC0DC7) is known color: Shocking Pink. HEX triplet: FC, 0D and C7. RGB value is (252,13,199). Sum of RGB (Red+Green+Blue) = 252+13+199=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DC7 is #03F238. Grayscale: #696969. Windows color (decimal): -258617 or 13045244. OLE color: 13045244.
HSL color Cylindrical-coordinate representation of color #FC0DC7: hue angle of 313.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DC7 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 199 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.01 |
| HSL | 313.31º | 0.98% | 0.52% | - |
| HSV(B) | 313.31º | 0.95% | 0.99% | - |
| XYZ | 50.6 | 25.11 | 56.21 | - |
| YUV | 105.67 | 180.68 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 199 | 0 | 0.95 | 0.21 | 0.01 | 313.31 | 0.98 | 0.52 |
| Hex | FC | D | C7 | 0 | 5F | 15 | 1 | 139 | 62 | 34 |
| Octal | 374 | 15 | 307 | 0 | 137 | 25 | 1 | 471 | 142 | 64 |
| Binary | 11111100 | 1101 | 11000111 | 0 | 1011111 | 10101 | 1 | 100111001 | 1100010 | 110100 |
Color Harmonies of #FC0DC7
Complementary color
Monochromatic Colors of #FC0DC7
Black with #FC0DC7
Text Example
Text Example
White with #FC0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DC7; }
p { color: rgb(252,13,199); }
H1.HeaderClassName
{
color: #FC0DC7;
}
.AnyTagClassName
{
color: #FC0DC7;
}
</style>
background-color css
<style>
a { background-color: #FC0DC7; }
a { background-color: rgb(252,13,199); }
div.DivClassName
{
background-color: #FC0DC7;
}
.BgClassName
{
background-color: #FC0DC7;
}
</style>
border-color css
<style>
span { border-color: #FC0DC7; }
span { border-color: rgb(252,13,199); }
td.TdClassName
{
border-color: #FC0DC7;
}
.TagClassName
{
border-color: #FC0DC7;
}
</style>