Shades of Shocking Pink #F612B5
Tints of Shocking Pink #F612B5
RGB
CMYK
RGB Variations
Color information
#F612B5 (or 0xF612B5) is known color: Shocking Pink. HEX triplet: F6, 12 and B5. RGB value is (246,18,181). Sum of RGB (Red+Green+Blue) = 246+18+181=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F612B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612B5 is #09ED4A. Grayscale: #686868. Windows color (decimal): -650571 or 11866870. OLE color: 11866870.
HSL color Cylindrical-coordinate representation of color #F612B5: hue angle of 317.11º 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 #F612B5 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 181 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.04 |
| HSL | 317.11º | 0.93% | 0.52% | - |
| HSV(B) | 317.11º | 0.93% | 0.96% | - |
| XYZ | 46.56 | 23.36 | 45.77 | - |
| YUV | 104.75 | 171.04 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 181 | 0 | 0.93 | 0.26 | 0.04 | 317.11 | 0.93 | 0.52 |
| Hex | F6 | 12 | B5 | 0 | 5D | 1A | 4 | 13D | 5D | 34 |
| Octal | 366 | 22 | 265 | 0 | 135 | 32 | 4 | 475 | 135 | 64 |
| Binary | 11110110 | 10010 | 10110101 | 0 | 1011101 | 11010 | 100 | 100111101 | 1011101 | 110100 |
Color Harmonies of #F612B5
Complementary color
Monochromatic Colors of #F612B5
Black with #F612B5
Text Example
Text Example
White with #F612B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F612B5; }
p { color: rgb(246,18,181); }
H1.HeaderClassName
{
color: #F612B5;
}
.AnyTagClassName
{
color: #F612B5;
}
</style>
background-color css
<style>
a { background-color: #F612B5; }
a { background-color: rgb(246,18,181); }
div.DivClassName
{
background-color: #F612B5;
}
.BgClassName
{
background-color: #F612B5;
}
</style>
border-color css
<style>
span { border-color: #F612B5; }
span { border-color: rgb(246,18,181); }
td.TdClassName
{
border-color: #F612B5;
}
.TagClassName
{
border-color: #F612B5;
}
</style>