Shades of Shocking Pink #F314C5
Tints of Shocking Pink #F314C5
RGB
CMYK
RGB Variations
Color information
#F314C5 (or 0xF314C5) is known color: Shocking Pink. HEX triplet: F3, 14 and C5. RGB value is (243,20,197). Sum of RGB (Red+Green+Blue) = 243+20+197=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F314C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314C5 is #0CEB3A. Grayscale: #6A6A6A. Windows color (decimal): -846651 or 12915955. OLE color: 12915955.
HSL color Cylindrical-coordinate representation of color #F314C5: hue angle of 312.38º 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 #F314C5 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 197 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.05 |
| HSL | 312.38º | 0.9% | 0.52% | - |
| HSV(B) | 312.38º | 0.92% | 0.95% | - |
| XYZ | 47.29 | 23.59 | 54.88 | - |
| YUV | 106.86 | 178.88 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 197 | 0 | 0.92 | 0.19 | 0.05 | 312.38 | 0.9 | 0.52 |
| Hex | F3 | 14 | C5 | 0 | 5C | 13 | 5 | 138 | 5A | 34 |
| Octal | 363 | 24 | 305 | 0 | 134 | 23 | 5 | 470 | 132 | 64 |
| Binary | 11110011 | 10100 | 11000101 | 0 | 1011100 | 10011 | 101 | 100111000 | 1011010 | 110100 |
Color Harmonies of #F314C5
Complementary color
Monochromatic Colors of #F314C5
Black with #F314C5
Text Example
Text Example
White with #F314C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314C5; }
p { color: rgb(243,20,197); }
H1.HeaderClassName
{
color: #F314C5;
}
.AnyTagClassName
{
color: #F314C5;
}
</style>
background-color css
<style>
a { background-color: #F314C5; }
a { background-color: rgb(243,20,197); }
div.DivClassName
{
background-color: #F314C5;
}
.BgClassName
{
background-color: #F314C5;
}
</style>
border-color css
<style>
span { border-color: #F314C5; }
span { border-color: rgb(243,20,197); }
td.TdClassName
{
border-color: #F314C5;
}
.TagClassName
{
border-color: #F314C5;
}
</style>