Shades of Shocking Pink #FB14C0
Tints of Shocking Pink #FB14C0
RGB
CMYK
RGB Variations
Color information
#FB14C0 (or 0xFB14C0) is known color: Shocking Pink. HEX triplet: FB, 14 and C0. RGB value is (251,20,192). Sum of RGB (Red+Green+Blue) = 251+20+192=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB14C0 is #04EB3F. Grayscale: #6C6C6C. Windows color (decimal): -322368 or 12588283. OLE color: 12588283.
HSL color Cylindrical-coordinate representation of color #FB14C0: hue angle of 315.32º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB14C0 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 192 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.02 |
| HSL | 315.32º | 0.97% | 0.53% | - |
| HSV(B) | 315.32º | 0.92% | 0.98% | - |
| XYZ | 49.55 | 24.82 | 52.05 | - |
| YUV | 108.68 | 175.03 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 192 | 0 | 0.92 | 0.24 | 0.02 | 315.32 | 0.97 | 0.53 |
| Hex | FB | 14 | C0 | 0 | 5C | 18 | 2 | 13B | 61 | 35 |
| Octal | 373 | 24 | 300 | 0 | 134 | 30 | 2 | 473 | 141 | 65 |
| Binary | 11111011 | 10100 | 11000000 | 0 | 1011100 | 11000 | 10 | 100111011 | 1100001 | 110101 |
Color Harmonies of #FB14C0
Complementary color
Monochromatic Colors of #FB14C0
Black with #FB14C0
Text Example
Text Example
White with #FB14C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14C0; }
p { color: rgb(251,20,192); }
H1.HeaderClassName
{
color: #FB14C0;
}
.AnyTagClassName
{
color: #FB14C0;
}
</style>
background-color css
<style>
a { background-color: #FB14C0; }
a { background-color: rgb(251,20,192); }
div.DivClassName
{
background-color: #FB14C0;
}
.BgClassName
{
background-color: #FB14C0;
}
</style>
border-color css
<style>
span { border-color: #FB14C0; }
span { border-color: rgb(251,20,192); }
td.TdClassName
{
border-color: #FB14C0;
}
.TagClassName
{
border-color: #FB14C0;
}
</style>