Shades of Shocking Pink #FC14B7
Tints of Shocking Pink #FC14B7
RGB
CMYK
RGB Variations
Color information
#FC14B7 (or 0xFC14B7) is known color: Shocking Pink. HEX triplet: FC, 14 and B7. RGB value is (252,20,183). Sum of RGB (Red+Green+Blue) = 252+20+183=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14B7 is #03EB48. Grayscale: #6B6B6B. Windows color (decimal): -256841 or 11998460. OLE color: 11998460.
HSL color Cylindrical-coordinate representation of color #FC14B7: hue angle of 317.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC14B7 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 20 | 183 | - |
CMYK | 0 | 0.92 | 0.27 | 0.01 |
HSL | 317.84º | 0.97% | 0.53% | - |
HSV(B) | 317.84º | 0.92% | 0.99% | - |
XYZ | 48.94 | 24.61 | 46.97 | - |
YUV | 107.95 | 170.36 | 230.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 20 | 183 | 0 | 0.92 | 0.27 | 0.01 | 317.84 | 0.97 | 0.53 |
Hex | FC | 14 | B7 | 0 | 5C | 1B | 1 | 13E | 61 | 35 |
Octal | 374 | 24 | 267 | 0 | 134 | 33 | 1 | 476 | 141 | 65 |
Binary | 11111100 | 10100 | 10110111 | 0 | 1011100 | 11011 | 1 | 100111110 | 1100001 | 110101 |
Color Harmonies of #FC14B7
Complementary color
Monochromatic Colors of #FC14B7
Black with #FC14B7
Text Example
Text Example
White with #FC14B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14B7; }
p { color: rgb(252,20,183); }
H1.HeaderClassName
{
color: #FC14B7;
}
.AnyTagClassName
{
color: #FC14B7;
}
</style>
background-color css
<style>
a { background-color: #FC14B7; }
a { background-color: rgb(252,20,183); }
div.DivClassName
{
background-color: #FC14B7;
}
.BgClassName
{
background-color: #FC14B7;
}
</style>
border-color css
<style>
span { border-color: #FC14B7; }
span { border-color: rgb(252,20,183); }
td.TdClassName
{
border-color: #FC14B7;
}
.TagClassName
{
border-color: #FC14B7;
}
</style>