Shades of Shocking Pink #FB1FCC
Tints of Shocking Pink #FB1FCC
RGB
CMYK
RGB Variations
Color information
#FB1FCC (or 0xFB1FCC) is known color: Shocking Pink. HEX triplet: FB, 1F and CC. RGB value is (251,31,204). Sum of RGB (Red+Green+Blue) = 251+31+204=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1FCC is #04E033. Grayscale: #747474. Windows color (decimal): -319540 or 13377531. OLE color: 13377531.
HSL color Cylindrical-coordinate representation of color #FB1FCC: hue angle of 312.82º 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 #FB1FCC is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 204 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.02 |
| HSL | 312.82º | 0.96% | 0.55% | - |
| HSV(B) | 312.82º | 0.88% | 0.98% | - |
| XYZ | 51.17 | 25.85 | 59.42 | - |
| YUV | 116.5 | 177.39 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 204 | 0 | 0.88 | 0.19 | 0.02 | 312.82 | 0.96 | 0.55 |
| Hex | FB | 1F | CC | 0 | 58 | 13 | 2 | 139 | 60 | 37 |
| Octal | 373 | 37 | 314 | 0 | 130 | 23 | 2 | 471 | 140 | 67 |
| Binary | 11111011 | 11111 | 11001100 | 0 | 1011000 | 10011 | 10 | 100111001 | 1100000 | 110111 |
Color Harmonies of #FB1FCC
Complementary color
Monochromatic Colors of #FB1FCC
Black with #FB1FCC
Text Example
Text Example
White with #FB1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1FCC; }
p { color: rgb(251,31,204); }
H1.HeaderClassName
{
color: #FB1FCC;
}
.AnyTagClassName
{
color: #FB1FCC;
}
</style>
background-color css
<style>
a { background-color: #FB1FCC; }
a { background-color: rgb(251,31,204); }
div.DivClassName
{
background-color: #FB1FCC;
}
.BgClassName
{
background-color: #FB1FCC;
}
</style>
border-color css
<style>
span { border-color: #FB1FCC; }
span { border-color: rgb(251,31,204); }
td.TdClassName
{
border-color: #FB1FCC;
}
.TagClassName
{
border-color: #FB1FCC;
}
</style>