Shades of Shocking Pink #F313C2
Tints of Shocking Pink #F313C2
RGB
CMYK
RGB Variations
Color information
#F313C2 (or 0xF313C2) is known color: Shocking Pink. HEX triplet: F3, 13 and C2. RGB value is (243,19,194). Sum of RGB (Red+Green+Blue) = 243+19+194=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F313C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313C2 is #0CEC3D. Grayscale: #696969. Windows color (decimal): -846910 or 12719091. OLE color: 12719091.
HSL color Cylindrical-coordinate representation of color #F313C2: hue angle of 313.12º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313C2 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 194 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.05 |
| HSL | 313.13º | 0.9% | 0.51% | - |
| HSV(B) | 313.13º | 0.92% | 0.95% | - |
| XYZ | 46.93 | 23.42 | 53.08 | - |
| YUV | 105.93 | 177.71 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 194 | 0 | 0.92 | 0.20 | 0.05 | 313.13 | 0.9 | 0.51 |
| Hex | F3 | 13 | C2 | 0 | 5C | 14 | 5 | 139 | 5A | 33 |
| Octal | 363 | 23 | 302 | 0 | 134 | 24 | 5 | 471 | 132 | 63 |
| Binary | 11110011 | 10011 | 11000010 | 0 | 1011100 | 10100 | 101 | 100111001 | 1011010 | 110011 |
Color Harmonies of #F313C2
Complementary color
Monochromatic Colors of #F313C2
Black with #F313C2
Text Example
Text Example
White with #F313C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313C2; }
p { color: rgb(243,19,194); }
H1.HeaderClassName
{
color: #F313C2;
}
.AnyTagClassName
{
color: #F313C2;
}
</style>
background-color css
<style>
a { background-color: #F313C2; }
a { background-color: rgb(243,19,194); }
div.DivClassName
{
background-color: #F313C2;
}
.BgClassName
{
background-color: #F313C2;
}
</style>
border-color css
<style>
span { border-color: #F313C2; }
span { border-color: rgb(243,19,194); }
td.TdClassName
{
border-color: #F313C2;
}
.TagClassName
{
border-color: #F313C2;
}
</style>