Shades of Shocking Pink #F010BE
Tints of Shocking Pink #F010BE
RGB
CMYK
RGB Variations
Color information
#F010BE (or 0xF010BE) is known color: Shocking Pink. HEX triplet: F0, 10 and BE. RGB value is (240,16,190). Sum of RGB (Red+Green+Blue) = 240+16+190=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F010BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010BE is #0FEF41. Grayscale: #666666. Windows color (decimal): -1044290 or 12456176. OLE color: 12456176.
HSL color Cylindrical-coordinate representation of color #F010BE: hue angle of 313.39º 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 #F010BE is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.06 |
| HSL | 313.39º | 0.88% | 0.5% | - |
| HSV(B) | 313.39º | 0.93% | 0.94% | - |
| XYZ | 45.41 | 22.61 | 50.69 | - |
| YUV | 102.81 | 177.21 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 190 | 0 | 0.93 | 0.21 | 0.06 | 313.39 | 0.88 | 0.5 |
| Hex | F0 | 10 | BE | 0 | 5D | 15 | 6 | 139 | 58 | 32 |
| Octal | 360 | 20 | 276 | 0 | 135 | 25 | 6 | 471 | 130 | 62 |
| Binary | 11110000 | 10000 | 10111110 | 0 | 1011101 | 10101 | 110 | 100111001 | 1011000 | 110010 |
Color Harmonies of #F010BE
Complementary color
Monochromatic Colors of #F010BE
Black with #F010BE
Text Example
Text Example
White with #F010BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010BE; }
p { color: rgb(240,16,190); }
H1.HeaderClassName
{
color: #F010BE;
}
.AnyTagClassName
{
color: #F010BE;
}
</style>
background-color css
<style>
a { background-color: #F010BE; }
a { background-color: rgb(240,16,190); }
div.DivClassName
{
background-color: #F010BE;
}
.BgClassName
{
background-color: #F010BE;
}
</style>
border-color css
<style>
span { border-color: #F010BE; }
span { border-color: rgb(240,16,190); }
td.TdClassName
{
border-color: #F010BE;
}
.TagClassName
{
border-color: #F010BE;
}
</style>