Shades of Shocking Pink #F020BB
Tints of Shocking Pink #F020BB
RGB
CMYK
RGB Variations
Color information
#F020BB (or 0xF020BB) is known color: Shocking Pink. HEX triplet: F0, 20 and BB. RGB value is (240,32,187). Sum of RGB (Red+Green+Blue) = 240+32+187=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F020BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020BB is #0FDF44. Grayscale: #6F6F6F. Windows color (decimal): -1040197 or 12263664. OLE color: 12263664.
HSL color Cylindrical-coordinate representation of color #F020BB: hue angle of 315.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020BB is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 187 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.06 |
| HSL | 315.29º | 0.87% | 0.53% | - |
| HSV(B) | 315.29º | 0.87% | 0.94% | - |
| XYZ | 45.42 | 23.15 | 49.09 | - |
| YUV | 111.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 187 | 0 | 0.87 | 0.22 | 0.06 | 315.29 | 0.87 | 0.53 |
| Hex | F0 | 20 | BB | 0 | 57 | 16 | 6 | 13B | 57 | 35 |
| Octal | 360 | 40 | 273 | 0 | 127 | 26 | 6 | 473 | 127 | 65 |
| Binary | 11110000 | 100000 | 10111011 | 0 | 1010111 | 10110 | 110 | 100111011 | 1010111 | 110101 |
Color Harmonies of #F020BB
Complementary color
Monochromatic Colors of #F020BB
Black with #F020BB
Text Example
Text Example
White with #F020BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020BB; }
p { color: rgb(240,32,187); }
H1.HeaderClassName
{
color: #F020BB;
}
.AnyTagClassName
{
color: #F020BB;
}
</style>
background-color css
<style>
a { background-color: #F020BB; }
a { background-color: rgb(240,32,187); }
div.DivClassName
{
background-color: #F020BB;
}
.BgClassName
{
background-color: #F020BB;
}
</style>
border-color css
<style>
span { border-color: #F020BB; }
span { border-color: rgb(240,32,187); }
td.TdClassName
{
border-color: #F020BB;
}
.TagClassName
{
border-color: #F020BB;
}
</style>