Shades of Shocking Pink #F010B2
Tints of Shocking Pink #F010B2
RGB
CMYK
RGB Variations
Color information
#F010B2 (or 0xF010B2) is known color: Shocking Pink. HEX triplet: F0, 10 and B2. RGB value is (240,16,178). Sum of RGB (Red+Green+Blue) = 240+16+178=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F010B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010B2 is #0FEF4D. Grayscale: #656565. Windows color (decimal): -1044302 or 11669744. OLE color: 11669744.
HSL color Cylindrical-coordinate representation of color #F010B2: hue angle of 316.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010B2 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 178 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.06 |
| HSL | 316.61º | 0.88% | 0.5% | - |
| HSV(B) | 316.61º | 0.93% | 0.94% | - |
| XYZ | 44.16 | 22.11 | 44.06 | - |
| YUV | 101.44 | 171.21 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 178 | 0 | 0.93 | 0.26 | 0.06 | 316.61 | 0.88 | 0.5 |
| Hex | F0 | 10 | B2 | 0 | 5D | 1A | 6 | 13D | 58 | 32 |
| Octal | 360 | 20 | 262 | 0 | 135 | 32 | 6 | 475 | 130 | 62 |
| Binary | 11110000 | 10000 | 10110010 | 0 | 1011101 | 11010 | 110 | 100111101 | 1011000 | 110010 |
Color Harmonies of #F010B2
Complementary color
Monochromatic Colors of #F010B2
Black with #F010B2
Text Example
Text Example
White with #F010B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010B2; }
p { color: rgb(240,16,178); }
H1.HeaderClassName
{
color: #F010B2;
}
.AnyTagClassName
{
color: #F010B2;
}
</style>
background-color css
<style>
a { background-color: #F010B2; }
a { background-color: rgb(240,16,178); }
div.DivClassName
{
background-color: #F010B2;
}
.BgClassName
{
background-color: #F010B2;
}
</style>
border-color css
<style>
span { border-color: #F010B2; }
span { border-color: rgb(240,16,178); }
td.TdClassName
{
border-color: #F010B2;
}
.TagClassName
{
border-color: #F010B2;
}
</style>