Shades of Shocking Pink #F610B8
Tints of Shocking Pink #F610B8
RGB
CMYK
RGB Variations
Color information
#F610B8 (or 0xF610B8) is known color: Shocking Pink. HEX triplet: F6, 10 and B8. RGB value is (246,16,184). Sum of RGB (Red+Green+Blue) = 246+16+184=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F610B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610B8 is #09EF47. Grayscale: #676767. Windows color (decimal): -651080 or 12062966. OLE color: 12062966.
HSL color Cylindrical-coordinate representation of color #F610B8: hue angle of 316.17º 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 #F610B8 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 184 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.04 |
| HSL | 316.17º | 0.93% | 0.51% | - |
| HSV(B) | 316.17º | 0.93% | 0.96% | - |
| XYZ | 46.84 | 23.42 | 47.4 | - |
| YUV | 103.92 | 173.2 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 184 | 0 | 0.93 | 0.25 | 0.04 | 316.17 | 0.93 | 0.51 |
| Hex | F6 | 10 | B8 | 0 | 5D | 19 | 4 | 13C | 5D | 33 |
| Octal | 366 | 20 | 270 | 0 | 135 | 31 | 4 | 474 | 135 | 63 |
| Binary | 11110110 | 10000 | 10111000 | 0 | 1011101 | 11001 | 100 | 100111100 | 1011101 | 110011 |
Color Harmonies of #F610B8
Complementary color
Monochromatic Colors of #F610B8
Black with #F610B8
Text Example
Text Example
White with #F610B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610B8; }
p { color: rgb(246,16,184); }
H1.HeaderClassName
{
color: #F610B8;
}
.AnyTagClassName
{
color: #F610B8;
}
</style>
background-color css
<style>
a { background-color: #F610B8; }
a { background-color: rgb(246,16,184); }
div.DivClassName
{
background-color: #F610B8;
}
.BgClassName
{
background-color: #F610B8;
}
</style>
border-color css
<style>
span { border-color: #F610B8; }
span { border-color: rgb(246,16,184); }
td.TdClassName
{
border-color: #F610B8;
}
.TagClassName
{
border-color: #F610B8;
}
</style>