Shades of Shocking Pink #FB1FC2
Tints of Shocking Pink #FB1FC2
RGB
CMYK
RGB Variations
Color information
#FB1FC2 (or 0xFB1FC2) is known color: Shocking Pink. HEX triplet: FB, 1F and C2. RGB value is (251,31,194). Sum of RGB (Red+Green+Blue) = 251+31+194=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1FC2 is #04E03D. Grayscale: #727272. Windows color (decimal): -319550 or 12722171. OLE color: 12722171.
HSL color Cylindrical-coordinate representation of color #FB1FC2: hue angle of 315.55º 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 #FB1FC2 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 194 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.02 |
| HSL | 315.55º | 0.96% | 0.55% | - |
| HSV(B) | 315.55º | 0.88% | 0.98% | - |
| XYZ | 50.01 | 25.38 | 53.3 | - |
| YUV | 115.36 | 172.39 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 194 | 0 | 0.88 | 0.23 | 0.02 | 315.55 | 0.96 | 0.55 |
| Hex | FB | 1F | C2 | 0 | 58 | 17 | 2 | 13C | 60 | 37 |
| Octal | 373 | 37 | 302 | 0 | 130 | 27 | 2 | 474 | 140 | 67 |
| Binary | 11111011 | 11111 | 11000010 | 0 | 1011000 | 10111 | 10 | 100111100 | 1100000 | 110111 |
Color Harmonies of #FB1FC2
Complementary color
Monochromatic Colors of #FB1FC2
Black with #FB1FC2
Text Example
Text Example
White with #FB1FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1FC2; }
p { color: rgb(251,31,194); }
H1.HeaderClassName
{
color: #FB1FC2;
}
.AnyTagClassName
{
color: #FB1FC2;
}
</style>
background-color css
<style>
a { background-color: #FB1FC2; }
a { background-color: rgb(251,31,194); }
div.DivClassName
{
background-color: #FB1FC2;
}
.BgClassName
{
background-color: #FB1FC2;
}
</style>
border-color css
<style>
span { border-color: #FB1FC2; }
span { border-color: rgb(251,31,194); }
td.TdClassName
{
border-color: #FB1FC2;
}
.TagClassName
{
border-color: #FB1FC2;
}
</style>