Shades of Shocking Pink #F00BBE
Tints of Shocking Pink #F00BBE
RGB
CMYK
RGB Variations
Color information
#F00BBE (or 0xF00BBE) is known color: Shocking Pink. HEX triplet: F0, 0B and BE. RGB value is (240,11,190). Sum of RGB (Red+Green+Blue) = 240+11+190=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BBE is #0FF441. Grayscale: #636363. Windows color (decimal): -1045570 or 12454896. OLE color: 12454896.
HSL color Cylindrical-coordinate representation of color #F00BBE: hue angle of 313.1º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00BBE is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.06 |
| HSL | 313.1º | 0.91% | 0.49% | - |
| HSV(B) | 313.1º | 0.95% | 0.94% | - |
| XYZ | 45.35 | 22.48 | 50.66 | - |
| YUV | 99.88 | 178.87 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 190 | 0 | 0.95 | 0.21 | 0.06 | 313.1 | 0.91 | 0.49 |
| Hex | F0 | B | BE | 0 | 5F | 15 | 6 | 139 | 5B | 31 |
| Octal | 360 | 13 | 276 | 0 | 137 | 25 | 6 | 471 | 133 | 61 |
| Binary | 11110000 | 1011 | 10111110 | 0 | 1011111 | 10101 | 110 | 100111001 | 1011011 | 110001 |
Color Harmonies of #F00BBE
Complementary color
Monochromatic Colors of #F00BBE
Black with #F00BBE
Text Example
Text Example
White with #F00BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BBE; }
p { color: rgb(240,11,190); }
H1.HeaderClassName
{
color: #F00BBE;
}
.AnyTagClassName
{
color: #F00BBE;
}
</style>
background-color css
<style>
a { background-color: #F00BBE; }
a { background-color: rgb(240,11,190); }
div.DivClassName
{
background-color: #F00BBE;
}
.BgClassName
{
background-color: #F00BBE;
}
</style>
border-color css
<style>
span { border-color: #F00BBE; }
span { border-color: rgb(240,11,190); }
td.TdClassName
{
border-color: #F00BBE;
}
.TagClassName
{
border-color: #F00BBE;
}
</style>