Shades of Shocking Pink #FB0FC1
Tints of Shocking Pink #FB0FC1
RGB
CMYK
RGB Variations
Color information
#FB0FC1 (or 0xFB0FC1) is known color: Shocking Pink. HEX triplet: FB, 0F and C1. RGB value is (251,15,193). Sum of RGB (Red+Green+Blue) = 251+15+193=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FC1 is #04F03E. Grayscale: #696969. Windows color (decimal): -323647 or 12652539. OLE color: 12652539.
HSL color Cylindrical-coordinate representation of color #FB0FC1: hue angle of 314.75º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FC1 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 193 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.02 |
| HSL | 314.75º | 0.97% | 0.52% | - |
| HSV(B) | 314.75º | 0.94% | 0.98% | - |
| XYZ | 49.58 | 24.7 | 52.61 | - |
| YUV | 105.86 | 177.19 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 193 | 0 | 0.94 | 0.23 | 0.02 | 314.75 | 0.97 | 0.52 |
| Hex | FB | F | C1 | 0 | 5E | 17 | 2 | 13B | 61 | 34 |
| Octal | 373 | 17 | 301 | 0 | 136 | 27 | 2 | 473 | 141 | 64 |
| Binary | 11111011 | 1111 | 11000001 | 0 | 1011110 | 10111 | 10 | 100111011 | 1100001 | 110100 |
Color Harmonies of #FB0FC1
Complementary color
Monochromatic Colors of #FB0FC1
Black with #FB0FC1
Text Example
Text Example
White with #FB0FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FC1; }
p { color: rgb(251,15,193); }
H1.HeaderClassName
{
color: #FB0FC1;
}
.AnyTagClassName
{
color: #FB0FC1;
}
</style>
background-color css
<style>
a { background-color: #FB0FC1; }
a { background-color: rgb(251,15,193); }
div.DivClassName
{
background-color: #FB0FC1;
}
.BgClassName
{
background-color: #FB0FC1;
}
</style>
border-color css
<style>
span { border-color: #FB0FC1; }
span { border-color: rgb(251,15,193); }
td.TdClassName
{
border-color: #FB0FC1;
}
.TagClassName
{
border-color: #FB0FC1;
}
</style>