Shades of Shocking Pink #FC15C3
Tints of Shocking Pink #FC15C3
RGB
CMYK
RGB Variations
Color information
#FC15C3 (or 0xFC15C3) is known color: Shocking Pink. HEX triplet: FC, 15 and C3. RGB value is (252,21,195). Sum of RGB (Red+Green+Blue) = 252+21+195=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15C3 is #03EA3C. Grayscale: #6D6D6D. Windows color (decimal): -256573 or 12785148. OLE color: 12785148.
HSL color Cylindrical-coordinate representation of color #FC15C3: hue angle of 314.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15C3 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 195 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.01 |
| HSL | 314.81º | 0.97% | 0.54% | - |
| HSV(B) | 314.81º | 0.92% | 0.99% | - |
| XYZ | 50.26 | 25.17 | 53.84 | - |
| YUV | 109.91 | 176.03 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 195 | 0 | 0.92 | 0.23 | 0.01 | 314.81 | 0.97 | 0.54 |
| Hex | FC | 15 | C3 | 0 | 5C | 17 | 1 | 13B | 61 | 36 |
| Octal | 374 | 25 | 303 | 0 | 134 | 27 | 1 | 473 | 141 | 66 |
| Binary | 11111100 | 10101 | 11000011 | 0 | 1011100 | 10111 | 1 | 100111011 | 1100001 | 110110 |
Color Harmonies of #FC15C3
Complementary color
Monochromatic Colors of #FC15C3
Black with #FC15C3
Text Example
Text Example
White with #FC15C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15C3; }
p { color: rgb(252,21,195); }
H1.HeaderClassName
{
color: #FC15C3;
}
.AnyTagClassName
{
color: #FC15C3;
}
</style>
background-color css
<style>
a { background-color: #FC15C3; }
a { background-color: rgb(252,21,195); }
div.DivClassName
{
background-color: #FC15C3;
}
.BgClassName
{
background-color: #FC15C3;
}
</style>
border-color css
<style>
span { border-color: #FC15C3; }
span { border-color: rgb(252,21,195); }
td.TdClassName
{
border-color: #FC15C3;
}
.TagClassName
{
border-color: #FC15C3;
}
</style>