Shades of Shocking Pink #F00FBF
Tints of Shocking Pink #F00FBF
RGB
CMYK
RGB Variations
Color information
#F00FBF (or 0xF00FBF) is known color: Shocking Pink. HEX triplet: F0, 0F and BF. RGB value is (240,15,191). Sum of RGB (Red+Green+Blue) = 240+15+191=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FBF is #0FF040. Grayscale: #656565. Windows color (decimal): -1044545 or 12521456. OLE color: 12521456.
HSL color Cylindrical-coordinate representation of color #F00FBF: hue angle of 313.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FBF is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 191 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.06 |
| HSL | 313.07º | 0.88% | 0.5% | - |
| HSV(B) | 313.07º | 0.94% | 0.94% | - |
| XYZ | 45.51 | 22.63 | 51.26 | - |
| YUV | 102.34 | 178.04 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 191 | 0 | 0.94 | 0.20 | 0.06 | 313.07 | 0.88 | 0.5 |
| Hex | F0 | F | BF | 0 | 5E | 14 | 6 | 139 | 58 | 32 |
| Octal | 360 | 17 | 277 | 0 | 136 | 24 | 6 | 471 | 130 | 62 |
| Binary | 11110000 | 1111 | 10111111 | 0 | 1011110 | 10100 | 110 | 100111001 | 1011000 | 110010 |
Color Harmonies of #F00FBF
Complementary color
Monochromatic Colors of #F00FBF
Black with #F00FBF
Text Example
Text Example
White with #F00FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FBF; }
p { color: rgb(240,15,191); }
H1.HeaderClassName
{
color: #F00FBF;
}
.AnyTagClassName
{
color: #F00FBF;
}
</style>
background-color css
<style>
a { background-color: #F00FBF; }
a { background-color: rgb(240,15,191); }
div.DivClassName
{
background-color: #F00FBF;
}
.BgClassName
{
background-color: #F00FBF;
}
</style>
border-color css
<style>
span { border-color: #F00FBF; }
span { border-color: rgb(240,15,191); }
td.TdClassName
{
border-color: #F00FBF;
}
.TagClassName
{
border-color: #F00FBF;
}
</style>