Shades of Shocking Pink #FB1BC7
Tints of Shocking Pink #FB1BC7
RGB
CMYK
RGB Variations
Color information
#FB1BC7 (or 0xFB1BC7) is known color: Shocking Pink. HEX triplet: FB, 1B and C7. RGB value is (251,27,199). Sum of RGB (Red+Green+Blue) = 251+27+199=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1BC7 is #04E438. Grayscale: #717171. Windows color (decimal): -320569 or 13048827. OLE color: 13048827.
HSL color Cylindrical-coordinate representation of color #FB1BC7: hue angle of 313.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BC7 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 199 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.02 |
| HSL | 313.93º | 0.97% | 0.55% | - |
| HSV(B) | 313.93º | 0.89% | 0.98% | - |
| XYZ | 50.48 | 25.42 | 56.28 | - |
| YUV | 113.58 | 176.21 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 199 | 0 | 0.89 | 0.21 | 0.02 | 313.93 | 0.97 | 0.55 |
| Hex | FB | 1B | C7 | 0 | 59 | 15 | 2 | 13A | 61 | 37 |
| Octal | 373 | 33 | 307 | 0 | 131 | 25 | 2 | 472 | 141 | 67 |
| Binary | 11111011 | 11011 | 11000111 | 0 | 1011001 | 10101 | 10 | 100111010 | 1100001 | 110111 |
Color Harmonies of #FB1BC7
Complementary color
Monochromatic Colors of #FB1BC7
Black with #FB1BC7
Text Example
Text Example
White with #FB1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BC7; }
p { color: rgb(251,27,199); }
H1.HeaderClassName
{
color: #FB1BC7;
}
.AnyTagClassName
{
color: #FB1BC7;
}
</style>
background-color css
<style>
a { background-color: #FB1BC7; }
a { background-color: rgb(251,27,199); }
div.DivClassName
{
background-color: #FB1BC7;
}
.BgClassName
{
background-color: #FB1BC7;
}
</style>
border-color css
<style>
span { border-color: #FB1BC7; }
span { border-color: rgb(251,27,199); }
td.TdClassName
{
border-color: #FB1BC7;
}
.TagClassName
{
border-color: #FB1BC7;
}
</style>