Shades of Shocking Pink #F610B5
Tints of Shocking Pink #F610B5
RGB
CMYK
RGB Variations
Color information
#F610B5 (or 0xF610B5) is known color: Shocking Pink. HEX triplet: F6, 10 and B5. RGB value is (246,16,181). Sum of RGB (Red+Green+Blue) = 246+16+181=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F610B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610B5 is #09EF4A. Grayscale: #676767. Windows color (decimal): -651083 or 11866358. OLE color: 11866358.
HSL color Cylindrical-coordinate representation of color #F610B5: hue angle of 316.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610B5 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 181 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.04 |
| HSL | 316.96º | 0.93% | 0.51% | - |
| HSV(B) | 316.96º | 0.93% | 0.96% | - |
| XYZ | 46.53 | 23.3 | 45.76 | - |
| YUV | 103.58 | 171.7 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 181 | 0 | 0.93 | 0.26 | 0.04 | 316.96 | 0.93 | 0.51 |
| Hex | F6 | 10 | B5 | 0 | 5D | 1A | 4 | 13D | 5D | 33 |
| Octal | 366 | 20 | 265 | 0 | 135 | 32 | 4 | 475 | 135 | 63 |
| Binary | 11110110 | 10000 | 10110101 | 0 | 1011101 | 11010 | 100 | 100111101 | 1011101 | 110011 |
Color Harmonies of #F610B5
Complementary color
Monochromatic Colors of #F610B5
Black with #F610B5
Text Example
Text Example
White with #F610B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610B5; }
p { color: rgb(246,16,181); }
H1.HeaderClassName
{
color: #F610B5;
}
.AnyTagClassName
{
color: #F610B5;
}
</style>
background-color css
<style>
a { background-color: #F610B5; }
a { background-color: rgb(246,16,181); }
div.DivClassName
{
background-color: #F610B5;
}
.BgClassName
{
background-color: #F610B5;
}
</style>
border-color css
<style>
span { border-color: #F610B5; }
span { border-color: rgb(246,16,181); }
td.TdClassName
{
border-color: #F610B5;
}
.TagClassName
{
border-color: #F610B5;
}
</style>