Shades of Shocking Pink #F000BB
Tints of Shocking Pink #F000BB
RGB
CMYK
RGB Variations
Color information
#F000BB (or 0xF000BB) is known color: Shocking Pink. HEX triplet: F0, 00 and BB. RGB value is (240,0,187). Sum of RGB (Red+Green+Blue) = 240+0+187=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F000BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000BB is #0FFF44. Grayscale: #5C5C5C. Windows color (decimal): -1048389 or 12255472. OLE color: 12255472.
HSL color Cylindrical-coordinate representation of color #F000BB: hue angle of 313.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000BB is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.22 | 0.06 |
| HSL | 313.25º | 1% | 0.47% | - |
| HSV(B) | 313.25º | 1% | 0.94% | - |
| XYZ | 44.9 | 22.11 | 48.92 | - |
| YUV | 93.08 | 181.01 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 187 | 0 | 1 | 0.22 | 0.06 | 313.25 | 1 | 0.47 |
| Hex | F0 | 0 | BB | 0 | 64 | 16 | 6 | 139 | 64 | 2F |
| Octal | 360 | 0 | 273 | 0 | 144 | 26 | 6 | 471 | 144 | 57 |
| Binary | 11110000 | 0 | 10111011 | 0 | 1100100 | 10110 | 110 | 100111001 | 1100100 | 101111 |
Color Harmonies of #F000BB
Complementary color
Monochromatic Colors of #F000BB
Black with #F000BB
Text Example
Text Example
White with #F000BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000BB; }
p { color: rgb(240,0,187); }
H1.HeaderClassName
{
color: #F000BB;
}
.AnyTagClassName
{
color: #F000BB;
}
</style>
background-color css
<style>
a { background-color: #F000BB; }
a { background-color: rgb(240,0,187); }
div.DivClassName
{
background-color: #F000BB;
}
.BgClassName
{
background-color: #F000BB;
}
</style>
border-color css
<style>
span { border-color: #F000BB; }
span { border-color: rgb(240,0,187); }
td.TdClassName
{
border-color: #F000BB;
}
.TagClassName
{
border-color: #F000BB;
}
</style>