Shades of Shocking Pink #FB0CCB
Tints of Shocking Pink #FB0CCB
RGB
CMYK
RGB Variations
Color information
#FB0CCB (or 0xFB0CCB) is known color: Shocking Pink. HEX triplet: FB, 0C and CB. RGB value is (251,12,203). Sum of RGB (Red+Green+Blue) = 251+12+203=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CCB is #04F334. Grayscale: #686868. Windows color (decimal): -324405 or 13307131. OLE color: 13307131.
HSL color Cylindrical-coordinate representation of color #FB0CCB: hue angle of 312.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0CCB is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.02 |
| HSL | 312.05º | 0.97% | 0.52% | - |
| HSV(B) | 312.05º | 0.95% | 0.98% | - |
| XYZ | 50.69 | 25.08 | 58.67 | - |
| YUV | 105.24 | 183.18 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 203 | 0 | 0.95 | 0.19 | 0.02 | 312.05 | 0.97 | 0.52 |
| Hex | FB | C | CB | 0 | 5F | 13 | 2 | 138 | 61 | 34 |
| Octal | 373 | 14 | 313 | 0 | 137 | 23 | 2 | 470 | 141 | 64 |
| Binary | 11111011 | 1100 | 11001011 | 0 | 1011111 | 10011 | 10 | 100111000 | 1100001 | 110100 |
Color Harmonies of #FB0CCB
Complementary color
Monochromatic Colors of #FB0CCB
Black with #FB0CCB
Text Example
Text Example
White with #FB0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CCB; }
p { color: rgb(251,12,203); }
H1.HeaderClassName
{
color: #FB0CCB;
}
.AnyTagClassName
{
color: #FB0CCB;
}
</style>
background-color css
<style>
a { background-color: #FB0CCB; }
a { background-color: rgb(251,12,203); }
div.DivClassName
{
background-color: #FB0CCB;
}
.BgClassName
{
background-color: #FB0CCB;
}
</style>
border-color css
<style>
span { border-color: #FB0CCB; }
span { border-color: rgb(251,12,203); }
td.TdClassName
{
border-color: #FB0CCB;
}
.TagClassName
{
border-color: #FB0CCB;
}
</style>