Shades of Shocking Pink #FB1EC1
Tints of Shocking Pink #FB1EC1
RGB
CMYK
RGB Variations
Color information
#FB1EC1 (or 0xFB1EC1) is known color: Shocking Pink. HEX triplet: FB, 1E and C1. RGB value is (251,30,193). Sum of RGB (Red+Green+Blue) = 251+30+193=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1EC1 is #04E13E. Grayscale: #727272. Windows color (decimal): -319807 or 12656379. OLE color: 12656379.
HSL color Cylindrical-coordinate representation of color #FB1EC1: hue angle of 315.75º degrees, saturation: 0.97, 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 #FB1EC1 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 193 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.02 |
| HSL | 315.75º | 0.97% | 0.55% | - |
| HSV(B) | 315.75º | 0.88% | 0.98% | - |
| XYZ | 49.87 | 25.29 | 52.7 | - |
| YUV | 114.66 | 172.22 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 193 | 0 | 0.88 | 0.23 | 0.02 | 315.75 | 0.97 | 0.55 |
| Hex | FB | 1E | C1 | 0 | 58 | 17 | 2 | 13C | 61 | 37 |
| Octal | 373 | 36 | 301 | 0 | 130 | 27 | 2 | 474 | 141 | 67 |
| Binary | 11111011 | 11110 | 11000001 | 0 | 1011000 | 10111 | 10 | 100111100 | 1100001 | 110111 |
Color Harmonies of #FB1EC1
Complementary color
Monochromatic Colors of #FB1EC1
Black with #FB1EC1
Text Example
Text Example
White with #FB1EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1EC1; }
p { color: rgb(251,30,193); }
H1.HeaderClassName
{
color: #FB1EC1;
}
.AnyTagClassName
{
color: #FB1EC1;
}
</style>
background-color css
<style>
a { background-color: #FB1EC1; }
a { background-color: rgb(251,30,193); }
div.DivClassName
{
background-color: #FB1EC1;
}
.BgClassName
{
background-color: #FB1EC1;
}
</style>
border-color css
<style>
span { border-color: #FB1EC1; }
span { border-color: rgb(251,30,193); }
td.TdClassName
{
border-color: #FB1EC1;
}
.TagClassName
{
border-color: #FB1EC1;
}
</style>