Shades of Shocking Pink #FB01B7
Tints of Shocking Pink #FB01B7
RGB
CMYK
RGB Variations
Color information
#FB01B7 (or 0xFB01B7) is known color: Shocking Pink. HEX triplet: FB, 01 and B7. RGB value is (251,1,183). Sum of RGB (Red+Green+Blue) = 251+1+183=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01B7 is #04FE48. Grayscale: #606060. Windows color (decimal): -327241 or 11993595. OLE color: 11993595.
HSL color Cylindrical-coordinate representation of color #FB01B7: hue angle of 316.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01B7 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.02 |
| HSL | 316.32º | 0.99% | 0.49% | - |
| HSV(B) | 316.32º | 1% | 0.98% | - |
| XYZ | 48.34 | 23.95 | 46.87 | - |
| YUV | 96.5 | 176.83 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 183 | 0 | 1.00 | 0.27 | 0.02 | 316.32 | 0.99 | 0.49 |
| Hex | FB | 1 | B7 | 0 | 64 | 1B | 2 | 13C | 63 | 31 |
| Octal | 373 | 1 | 267 | 0 | 144 | 33 | 2 | 474 | 143 | 61 |
| Binary | 11111011 | 1 | 10110111 | 0 | 1100100 | 11011 | 10 | 100111100 | 1100011 | 110001 |
Color Harmonies of #FB01B7
Complementary color
Monochromatic Colors of #FB01B7
Black with #FB01B7
Text Example
Text Example
White with #FB01B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01B7; }
p { color: rgb(251,1,183); }
H1.HeaderClassName
{
color: #FB01B7;
}
.AnyTagClassName
{
color: #FB01B7;
}
</style>
background-color css
<style>
a { background-color: #FB01B7; }
a { background-color: rgb(251,1,183); }
div.DivClassName
{
background-color: #FB01B7;
}
.BgClassName
{
background-color: #FB01B7;
}
</style>
border-color css
<style>
span { border-color: #FB01B7; }
span { border-color: rgb(251,1,183); }
td.TdClassName
{
border-color: #FB01B7;
}
.TagClassName
{
border-color: #FB01B7;
}
</style>