Shades of Shocking Pink #F311CA
Tints of Shocking Pink #F311CA
RGB
CMYK
RGB Variations
Color information
#F311CA (or 0xF311CA) is known color: Shocking Pink. HEX triplet: F3, 11 and CA. RGB value is (243,17,202). Sum of RGB (Red+Green+Blue) = 243+17+202=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F311CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311CA is #0CEE35. Grayscale: #696969. Windows color (decimal): -847414 or 13242867. OLE color: 13242867.
HSL color Cylindrical-coordinate representation of color #F311CA: hue angle of 310.88º 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 #F311CA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 202 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.05 |
| HSL | 310.88º | 0.9% | 0.51% | - |
| HSV(B) | 310.88º | 0.93% | 0.95% | - |
| XYZ | 47.82 | 23.72 | 57.93 | - |
| YUV | 105.66 | 182.37 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 202 | 0 | 0.93 | 0.17 | 0.05 | 310.88 | 0.9 | 0.51 |
| Hex | F3 | 11 | CA | 0 | 5D | 11 | 5 | 137 | 5A | 33 |
| Octal | 363 | 21 | 312 | 0 | 135 | 21 | 5 | 467 | 132 | 63 |
| Binary | 11110011 | 10001 | 11001010 | 0 | 1011101 | 10001 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F311CA
Complementary color
Monochromatic Colors of #F311CA
Black with #F311CA
Text Example
Text Example
White with #F311CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311CA; }
p { color: rgb(243,17,202); }
H1.HeaderClassName
{
color: #F311CA;
}
.AnyTagClassName
{
color: #F311CA;
}
</style>
background-color css
<style>
a { background-color: #F311CA; }
a { background-color: rgb(243,17,202); }
div.DivClassName
{
background-color: #F311CA;
}
.BgClassName
{
background-color: #F311CA;
}
</style>
border-color css
<style>
span { border-color: #F311CA; }
span { border-color: rgb(243,17,202); }
td.TdClassName
{
border-color: #F311CA;
}
.TagClassName
{
border-color: #F311CA;
}
</style>