Shades of Shocking Pink #F010B3
Tints of Shocking Pink #F010B3
RGB
CMYK
RGB Variations
Color information
#F010B3 (or 0xF010B3) is known color: Shocking Pink. HEX triplet: F0, 10 and B3. RGB value is (240,16,179). Sum of RGB (Red+Green+Blue) = 240+16+179=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F010B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010B3 is #0FEF4C. Grayscale: #656565. Windows color (decimal): -1044301 or 11735280. OLE color: 11735280.
HSL color Cylindrical-coordinate representation of color #F010B3: hue angle of 316.34º 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 #F010B3 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 179 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.06 |
| HSL | 316.34º | 0.88% | 0.5% | - |
| HSV(B) | 316.34º | 0.93% | 0.94% | - |
| XYZ | 44.26 | 22.15 | 44.59 | - |
| YUV | 101.56 | 171.71 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 179 | 0 | 0.93 | 0.25 | 0.06 | 316.34 | 0.88 | 0.5 |
| Hex | F0 | 10 | B3 | 0 | 5D | 19 | 6 | 13C | 58 | 32 |
| Octal | 360 | 20 | 263 | 0 | 135 | 31 | 6 | 474 | 130 | 62 |
| Binary | 11110000 | 10000 | 10110011 | 0 | 1011101 | 11001 | 110 | 100111100 | 1011000 | 110010 |
Color Harmonies of #F010B3
Complementary color
Monochromatic Colors of #F010B3
Black with #F010B3
Text Example
Text Example
White with #F010B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010B3; }
p { color: rgb(240,16,179); }
H1.HeaderClassName
{
color: #F010B3;
}
.AnyTagClassName
{
color: #F010B3;
}
</style>
background-color css
<style>
a { background-color: #F010B3; }
a { background-color: rgb(240,16,179); }
div.DivClassName
{
background-color: #F010B3;
}
.BgClassName
{
background-color: #F010B3;
}
</style>
border-color css
<style>
span { border-color: #F010B3; }
span { border-color: rgb(240,16,179); }
td.TdClassName
{
border-color: #F010B3;
}
.TagClassName
{
border-color: #F010B3;
}
</style>