Shades of Shocking Pink #FB1ECF
Tints of Shocking Pink #FB1ECF
RGB
CMYK
RGB Variations
Color information
#FB1ECF (or 0xFB1ECF) is known color: Shocking Pink. HEX triplet: FB, 1E and CF. RGB value is (251,30,207). Sum of RGB (Red+Green+Blue) = 251+30+207=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1ECF is #04E130. Grayscale: #737373. Windows color (decimal): -319793 or 13573883. OLE color: 13573883.
HSL color Cylindrical-coordinate representation of color #FB1ECF: hue angle of 311.95º 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 #FB1ECF is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 311.95º | 0.97% | 0.55% | - |
| HSV(B) | 311.95º | 0.88% | 0.98% | - |
| XYZ | 51.51 | 25.94 | 61.32 | - |
| YUV | 116.26 | 179.22 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 207 | 0 | 0.88 | 0.18 | 0.02 | 311.95 | 0.97 | 0.55 |
| Hex | FB | 1E | CF | 0 | 58 | 12 | 2 | 138 | 61 | 37 |
| Octal | 373 | 36 | 317 | 0 | 130 | 22 | 2 | 470 | 141 | 67 |
| Binary | 11111011 | 11110 | 11001111 | 0 | 1011000 | 10010 | 10 | 100111000 | 1100001 | 110111 |
Color Harmonies of #FB1ECF
Complementary color
Monochromatic Colors of #FB1ECF
Black with #FB1ECF
Text Example
Text Example
White with #FB1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1ECF; }
p { color: rgb(251,30,207); }
H1.HeaderClassName
{
color: #FB1ECF;
}
.AnyTagClassName
{
color: #FB1ECF;
}
</style>
background-color css
<style>
a { background-color: #FB1ECF; }
a { background-color: rgb(251,30,207); }
div.DivClassName
{
background-color: #FB1ECF;
}
.BgClassName
{
background-color: #FB1ECF;
}
</style>
border-color css
<style>
span { border-color: #FB1ECF; }
span { border-color: rgb(251,30,207); }
td.TdClassName
{
border-color: #FB1ECF;
}
.TagClassName
{
border-color: #FB1ECF;
}
</style>