Shades of Shocking Pink #F612BA
Tints of Shocking Pink #F612BA
RGB
CMYK
RGB Variations
Color information
#F612BA (or 0xF612BA) is known color: Shocking Pink. HEX triplet: F6, 12 and BA. RGB value is (246,18,186). Sum of RGB (Red+Green+Blue) = 246+18+186=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F612BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612BA is #09ED45. Grayscale: #686868. Windows color (decimal): -650566 or 12194550. OLE color: 12194550.
HSL color Cylindrical-coordinate representation of color #F612BA: hue angle of 315.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F612BA is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 186 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.04 |
| HSL | 315.79º | 0.93% | 0.52% | - |
| HSV(B) | 315.79º | 0.93% | 0.96% | - |
| XYZ | 47.09 | 23.57 | 48.52 | - |
| YUV | 105.32 | 173.54 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 186 | 0 | 0.93 | 0.24 | 0.04 | 315.79 | 0.93 | 0.52 |
| Hex | F6 | 12 | BA | 0 | 5D | 18 | 4 | 13C | 5D | 34 |
| Octal | 366 | 22 | 272 | 0 | 135 | 30 | 4 | 474 | 135 | 64 |
| Binary | 11110110 | 10010 | 10111010 | 0 | 1011101 | 11000 | 100 | 100111100 | 1011101 | 110100 |
Color Harmonies of #F612BA
Complementary color
Monochromatic Colors of #F612BA
Black with #F612BA
Text Example
Text Example
White with #F612BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612BA; }
p { color: rgb(246,18,186); }
H1.HeaderClassName
{
color: #F612BA;
}
.AnyTagClassName
{
color: #F612BA;
}
</style>
background-color css
<style>
a { background-color: #F612BA; }
a { background-color: rgb(246,18,186); }
div.DivClassName
{
background-color: #F612BA;
}
.BgClassName
{
background-color: #F612BA;
}
</style>
border-color css
<style>
span { border-color: #F612BA; }
span { border-color: rgb(246,18,186); }
td.TdClassName
{
border-color: #F612BA;
}
.TagClassName
{
border-color: #F612BA;
}
</style>