Shades of Shocking Pink #F020BC
Tints of Shocking Pink #F020BC
RGB
CMYK
RGB Variations
Color information
#F020BC (or 0xF020BC) is known color: Shocking Pink. HEX triplet: F0, 20 and BC. RGB value is (240,32,188). Sum of RGB (Red+Green+Blue) = 240+32+188=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F020BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020BC is #0FDF43. Grayscale: #6F6F6F. Windows color (decimal): -1040196 or 12329200. OLE color: 12329200.
HSL color Cylindrical-coordinate representation of color #F020BC: hue angle of 315º 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 #F020BC is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 188 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.06 |
| HSL | 315º | 0.87% | 0.53% | - |
| HSV(B) | 315º | 0.87% | 0.94% | - |
| XYZ | 45.53 | 23.19 | 49.65 | - |
| YUV | 111.98 | 170.91 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 188 | 0 | 0.87 | 0.22 | 0.06 | 315 | 0.87 | 0.53 |
| Hex | F0 | 20 | BC | 0 | 57 | 16 | 6 | 13B | 57 | 35 |
| Octal | 360 | 40 | 274 | 0 | 127 | 26 | 6 | 473 | 127 | 65 |
| Binary | 11110000 | 100000 | 10111100 | 0 | 1010111 | 10110 | 110 | 100111011 | 1010111 | 110101 |
Color Harmonies of #F020BC
Complementary color
Monochromatic Colors of #F020BC
Black with #F020BC
Text Example
Text Example
White with #F020BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020BC; }
p { color: rgb(240,32,188); }
H1.HeaderClassName
{
color: #F020BC;
}
.AnyTagClassName
{
color: #F020BC;
}
</style>
background-color css
<style>
a { background-color: #F020BC; }
a { background-color: rgb(240,32,188); }
div.DivClassName
{
background-color: #F020BC;
}
.BgClassName
{
background-color: #F020BC;
}
</style>
border-color css
<style>
span { border-color: #F020BC; }
span { border-color: rgb(240,32,188); }
td.TdClassName
{
border-color: #F020BC;
}
.TagClassName
{
border-color: #F020BC;
}
</style>