Shades of Shocking Pink #F312C6
Tints of Shocking Pink #F312C6
RGB
CMYK
RGB Variations
Color information
#F312C6 (or 0xF312C6) is known color: Shocking Pink. HEX triplet: F3, 12 and C6. RGB value is (243,18,198). Sum of RGB (Red+Green+Blue) = 243+18+198=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F312C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312C6 is #0CED39. Grayscale: #696969. Windows color (decimal): -847162 or 12980979. OLE color: 12980979.
HSL color Cylindrical-coordinate representation of color #F312C6: hue angle of 312º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312C6 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 198 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.05 |
| HSL | 312º | 0.9% | 0.51% | - |
| HSV(B) | 312º | 0.93% | 0.95% | - |
| XYZ | 47.37 | 23.56 | 55.48 | - |
| YUV | 105.8 | 180.04 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 198 | 0 | 0.93 | 0.19 | 0.05 | 312 | 0.9 | 0.51 |
| Hex | F3 | 12 | C6 | 0 | 5D | 13 | 5 | 138 | 5A | 33 |
| Octal | 363 | 22 | 306 | 0 | 135 | 23 | 5 | 470 | 132 | 63 |
| Binary | 11110011 | 10010 | 11000110 | 0 | 1011101 | 10011 | 101 | 100111000 | 1011010 | 110011 |
Color Harmonies of #F312C6
Complementary color
Monochromatic Colors of #F312C6
Black with #F312C6
Text Example
Text Example
White with #F312C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312C6; }
p { color: rgb(243,18,198); }
H1.HeaderClassName
{
color: #F312C6;
}
.AnyTagClassName
{
color: #F312C6;
}
</style>
background-color css
<style>
a { background-color: #F312C6; }
a { background-color: rgb(243,18,198); }
div.DivClassName
{
background-color: #F312C6;
}
.BgClassName
{
background-color: #F312C6;
}
</style>
border-color css
<style>
span { border-color: #F312C6; }
span { border-color: rgb(243,18,198); }
td.TdClassName
{
border-color: #F312C6;
}
.TagClassName
{
border-color: #F312C6;
}
</style>