Shades of Shocking Pink #F314C2
Tints of Shocking Pink #F314C2
RGB
CMYK
RGB Variations
Color information
#F314C2 (or 0xF314C2) is known color: Shocking Pink. HEX triplet: F3, 14 and C2. RGB value is (243,20,194). Sum of RGB (Red+Green+Blue) = 243+20+194=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F314C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314C2 is #0CEB3D. Grayscale: #6A6A6A. Windows color (decimal): -846654 or 12719347. OLE color: 12719347.
HSL color Cylindrical-coordinate representation of color #F314C2: hue angle of 313.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314C2 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 194 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.05 |
| HSL | 313.18º | 0.9% | 0.52% | - |
| HSV(B) | 313.18º | 0.92% | 0.95% | - |
| XYZ | 46.95 | 23.45 | 53.09 | - |
| YUV | 106.51 | 177.38 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 194 | 0 | 0.92 | 0.20 | 0.05 | 313.18 | 0.9 | 0.52 |
| Hex | F3 | 14 | C2 | 0 | 5C | 14 | 5 | 139 | 5A | 34 |
| Octal | 363 | 24 | 302 | 0 | 134 | 24 | 5 | 471 | 132 | 64 |
| Binary | 11110011 | 10100 | 11000010 | 0 | 1011100 | 10100 | 101 | 100111001 | 1011010 | 110100 |
Color Harmonies of #F314C2
Complementary color
Monochromatic Colors of #F314C2
Black with #F314C2
Text Example
Text Example
White with #F314C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314C2; }
p { color: rgb(243,20,194); }
H1.HeaderClassName
{
color: #F314C2;
}
.AnyTagClassName
{
color: #F314C2;
}
</style>
background-color css
<style>
a { background-color: #F314C2; }
a { background-color: rgb(243,20,194); }
div.DivClassName
{
background-color: #F314C2;
}
.BgClassName
{
background-color: #F314C2;
}
</style>
border-color css
<style>
span { border-color: #F314C2; }
span { border-color: rgb(243,20,194); }
td.TdClassName
{
border-color: #F314C2;
}
.TagClassName
{
border-color: #F314C2;
}
</style>