Shades of Shocking Pink #F610BD
Tints of Shocking Pink #F610BD
RGB
CMYK
RGB Variations
Color information
#F610BD (or 0xF610BD) is known color: Shocking Pink. HEX triplet: F6, 10 and BD. RGB value is (246,16,189). Sum of RGB (Red+Green+Blue) = 246+16+189=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F610BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610BD is #09EF42. Grayscale: #686868. Windows color (decimal): -651075 or 12390646. OLE color: 12390646.
HSL color Cylindrical-coordinate representation of color #F610BD: hue angle of 314.87º 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 #F610BD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.04 |
| HSL | 314.87º | 0.93% | 0.51% | - |
| HSV(B) | 314.87º | 0.93% | 0.96% | - |
| XYZ | 47.38 | 23.64 | 50.21 | - |
| YUV | 104.49 | 175.7 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 189 | 0 | 0.93 | 0.23 | 0.04 | 314.87 | 0.93 | 0.51 |
| Hex | F6 | 10 | BD | 0 | 5D | 17 | 4 | 13B | 5D | 33 |
| Octal | 366 | 20 | 275 | 0 | 135 | 27 | 4 | 473 | 135 | 63 |
| Binary | 11110110 | 10000 | 10111101 | 0 | 1011101 | 10111 | 100 | 100111011 | 1011101 | 110011 |
Color Harmonies of #F610BD
Complementary color
Monochromatic Colors of #F610BD
Black with #F610BD
Text Example
Text Example
White with #F610BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610BD; }
p { color: rgb(246,16,189); }
H1.HeaderClassName
{
color: #F610BD;
}
.AnyTagClassName
{
color: #F610BD;
}
</style>
background-color css
<style>
a { background-color: #F610BD; }
a { background-color: rgb(246,16,189); }
div.DivClassName
{
background-color: #F610BD;
}
.BgClassName
{
background-color: #F610BD;
}
</style>
border-color css
<style>
span { border-color: #F610BD; }
span { border-color: rgb(246,16,189); }
td.TdClassName
{
border-color: #F610BD;
}
.TagClassName
{
border-color: #F610BD;
}
</style>