Shades of Shocking Pink #F314C1
Tints of Shocking Pink #F314C1
RGB
CMYK
RGB Variations
Color information
#F314C1 (or 0xF314C1) is known color: Shocking Pink. HEX triplet: F3, 14 and C1. RGB value is (243,20,193). Sum of RGB (Red+Green+Blue) = 243+20+193=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F314C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314C1 is #0CEB3E. Grayscale: #696969. Windows color (decimal): -846655 or 12653811. OLE color: 12653811.
HSL color Cylindrical-coordinate representation of color #F314C1: hue angle of 313.45º 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 #F314C1 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 193 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.05 |
| HSL | 313.45º | 0.9% | 0.52% | - |
| HSV(B) | 313.45º | 0.92% | 0.95% | - |
| XYZ | 46.84 | 23.41 | 52.5 | - |
| YUV | 106.4 | 176.88 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 193 | 0 | 0.92 | 0.21 | 0.05 | 313.45 | 0.9 | 0.52 |
| Hex | F3 | 14 | C1 | 0 | 5C | 15 | 5 | 139 | 5A | 34 |
| Octal | 363 | 24 | 301 | 0 | 134 | 25 | 5 | 471 | 132 | 64 |
| Binary | 11110011 | 10100 | 11000001 | 0 | 1011100 | 10101 | 101 | 100111001 | 1011010 | 110100 |
Color Harmonies of #F314C1
Complementary color
Monochromatic Colors of #F314C1
Black with #F314C1
Text Example
Text Example
White with #F314C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314C1; }
p { color: rgb(243,20,193); }
H1.HeaderClassName
{
color: #F314C1;
}
.AnyTagClassName
{
color: #F314C1;
}
</style>
background-color css
<style>
a { background-color: #F314C1; }
a { background-color: rgb(243,20,193); }
div.DivClassName
{
background-color: #F314C1;
}
.BgClassName
{
background-color: #F314C1;
}
</style>
border-color css
<style>
span { border-color: #F314C1; }
span { border-color: rgb(243,20,193); }
td.TdClassName
{
border-color: #F314C1;
}
.TagClassName
{
border-color: #F314C1;
}
</style>