Shades of Shocking Pink #FB1FC0
Tints of Shocking Pink #FB1FC0
RGB
CMYK
RGB Variations
Color information
#FB1FC0 (or 0xFB1FC0) is known color: Shocking Pink. HEX triplet: FB, 1F and C0. RGB value is (251,31,192). Sum of RGB (Red+Green+Blue) = 251+31+192=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1FC0 is #04E03F. Grayscale: #727272. Windows color (decimal): -319552 or 12591099. OLE color: 12591099.
HSL color Cylindrical-coordinate representation of color #FB1FC0: hue angle of 316.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1FC0 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 192 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.02 |
| HSL | 316.09º | 0.96% | 0.55% | - |
| HSV(B) | 316.09º | 0.88% | 0.98% | - |
| XYZ | 49.79 | 25.29 | 52.13 | - |
| YUV | 115.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 192 | 0 | 0.88 | 0.24 | 0.02 | 316.09 | 0.96 | 0.55 |
| Hex | FB | 1F | C0 | 0 | 58 | 18 | 2 | 13C | 60 | 37 |
| Octal | 373 | 37 | 300 | 0 | 130 | 30 | 2 | 474 | 140 | 67 |
| Binary | 11111011 | 11111 | 11000000 | 0 | 1011000 | 11000 | 10 | 100111100 | 1100000 | 110111 |
Color Harmonies of #FB1FC0
Complementary color
Monochromatic Colors of #FB1FC0
Black with #FB1FC0
Text Example
Text Example
White with #FB1FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1FC0; }
p { color: rgb(251,31,192); }
H1.HeaderClassName
{
color: #FB1FC0;
}
.AnyTagClassName
{
color: #FB1FC0;
}
</style>
background-color css
<style>
a { background-color: #FB1FC0; }
a { background-color: rgb(251,31,192); }
div.DivClassName
{
background-color: #FB1FC0;
}
.BgClassName
{
background-color: #FB1FC0;
}
</style>
border-color css
<style>
span { border-color: #FB1FC0; }
span { border-color: rgb(251,31,192); }
td.TdClassName
{
border-color: #FB1FC0;
}
.TagClassName
{
border-color: #FB1FC0;
}
</style>