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