Shades of Shocking Pink #F311CC
Tints of Shocking Pink #F311CC
RGB
CMYK
RGB Variations
Color information
#F311CC (or 0xF311CC) is known color: Shocking Pink. HEX triplet: F3, 11 and CC. RGB value is (243,17,204). Sum of RGB (Red+Green+Blue) = 243+17+204=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F311CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311CC is #0CEE33. Grayscale: #696969. Windows color (decimal): -847412 or 13373939. OLE color: 13373939.
HSL color Cylindrical-coordinate representation of color #F311CC: hue angle of 310.35º 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 #F311CC is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 204 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.35º | 0.9% | 0.51% | - |
| HSV(B) | 310.35º | 0.93% | 0.95% | - |
| XYZ | 48.06 | 23.82 | 59.19 | - |
| YUV | 105.89 | 183.37 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 204 | 0 | 0.93 | 0.16 | 0.05 | 310.35 | 0.9 | 0.51 |
| Hex | F3 | 11 | CC | 0 | 5D | 10 | 5 | 136 | 5A | 33 |
| Octal | 363 | 21 | 314 | 0 | 135 | 20 | 5 | 466 | 132 | 63 |
| Binary | 11110011 | 10001 | 11001100 | 0 | 1011101 | 10000 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F311CC
Complementary color
Monochromatic Colors of #F311CC
Black with #F311CC
Text Example
Text Example
White with #F311CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311CC; }
p { color: rgb(243,17,204); }
H1.HeaderClassName
{
color: #F311CC;
}
.AnyTagClassName
{
color: #F311CC;
}
</style>
background-color css
<style>
a { background-color: #F311CC; }
a { background-color: rgb(243,17,204); }
div.DivClassName
{
background-color: #F311CC;
}
.BgClassName
{
background-color: #F311CC;
}
</style>
border-color css
<style>
span { border-color: #F311CC; }
span { border-color: rgb(243,17,204); }
td.TdClassName
{
border-color: #F311CC;
}
.TagClassName
{
border-color: #F311CC;
}
</style>