Shades of Shocking Pink #F311C6
Tints of Shocking Pink #F311C6
RGB
CMYK
RGB Variations
Color information
#F311C6 (or 0xF311C6) is known color: Shocking Pink. HEX triplet: F3, 11 and C6. RGB value is (243,17,198). Sum of RGB (Red+Green+Blue) = 243+17+198=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F311C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311C6 is #0CEE39. Grayscale: #686868. Windows color (decimal): -847418 or 12980723. OLE color: 12980723.
HSL color Cylindrical-coordinate representation of color #F311C6: hue angle of 311.95º 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 #F311C6 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 198 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.05 |
| HSL | 311.95º | 0.9% | 0.51% | - |
| HSV(B) | 311.95º | 0.93% | 0.95% | - |
| XYZ | 47.36 | 23.53 | 55.47 | - |
| YUV | 105.21 | 180.37 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 198 | 0 | 0.93 | 0.19 | 0.05 | 311.95 | 0.9 | 0.51 |
| Hex | F3 | 11 | C6 | 0 | 5D | 13 | 5 | 138 | 5A | 33 |
| Octal | 363 | 21 | 306 | 0 | 135 | 23 | 5 | 470 | 132 | 63 |
| Binary | 11110011 | 10001 | 11000110 | 0 | 1011101 | 10011 | 101 | 100111000 | 1011010 | 110011 |
Color Harmonies of #F311C6
Complementary color
Monochromatic Colors of #F311C6
Black with #F311C6
Text Example
Text Example
White with #F311C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311C6; }
p { color: rgb(243,17,198); }
H1.HeaderClassName
{
color: #F311C6;
}
.AnyTagClassName
{
color: #F311C6;
}
</style>
background-color css
<style>
a { background-color: #F311C6; }
a { background-color: rgb(243,17,198); }
div.DivClassName
{
background-color: #F311C6;
}
.BgClassName
{
background-color: #F311C6;
}
</style>
border-color css
<style>
span { border-color: #F311C6; }
span { border-color: rgb(243,17,198); }
td.TdClassName
{
border-color: #F311C6;
}
.TagClassName
{
border-color: #F311C6;
}
</style>