Shades of Shocking Pink #F612B3
Tints of Shocking Pink #F612B3
RGB
CMYK
RGB Variations
Color information
#F612B3 (or 0xF612B3) is known color: Shocking Pink. HEX triplet: F6, 12 and B3. RGB value is (246,18,179). Sum of RGB (Red+Green+Blue) = 246+18+179=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F612B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612B3 is #09ED4C. Grayscale: #686868. Windows color (decimal): -650573 or 11735798. OLE color: 11735798.
HSL color Cylindrical-coordinate representation of color #F612B3: hue angle of 317.63º 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 #F612B3 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 179 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.04 |
| HSL | 317.63º | 0.93% | 0.52% | - |
| HSV(B) | 317.63º | 0.93% | 0.96% | - |
| XYZ | 46.36 | 23.28 | 44.7 | - |
| YUV | 104.53 | 170.04 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 179 | 0 | 0.93 | 0.27 | 0.04 | 317.63 | 0.93 | 0.52 |
| Hex | F6 | 12 | B3 | 0 | 5D | 1B | 4 | 13E | 5D | 34 |
| Octal | 366 | 22 | 263 | 0 | 135 | 33 | 4 | 476 | 135 | 64 |
| Binary | 11110110 | 10010 | 10110011 | 0 | 1011101 | 11011 | 100 | 100111110 | 1011101 | 110100 |
Color Harmonies of #F612B3
Complementary color
Monochromatic Colors of #F612B3
Black with #F612B3
Text Example
Text Example
White with #F612B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612B3; }
p { color: rgb(246,18,179); }
H1.HeaderClassName
{
color: #F612B3;
}
.AnyTagClassName
{
color: #F612B3;
}
</style>
background-color css
<style>
a { background-color: #F612B3; }
a { background-color: rgb(246,18,179); }
div.DivClassName
{
background-color: #F612B3;
}
.BgClassName
{
background-color: #F612B3;
}
</style>
border-color css
<style>
span { border-color: #F612B3; }
span { border-color: rgb(246,18,179); }
td.TdClassName
{
border-color: #F612B3;
}
.TagClassName
{
border-color: #F612B3;
}
</style>