Shades of Shocking Pink #F316C0
Tints of Shocking Pink #F316C0
RGB
CMYK
RGB Variations
Color information
#F316C0 (or 0xF316C0) is known color: Shocking Pink. HEX triplet: F3, 16 and C0. RGB value is (243,22,192). Sum of RGB (Red+Green+Blue) = 243+22+192=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F316C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F316C0 is #0CE93F. Grayscale: #6B6B6B. Windows color (decimal): -846144 or 12588787. OLE color: 12588787.
HSL color Cylindrical-coordinate representation of color #F316C0: hue angle of 313.85º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F316C0 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 192 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.05 |
| HSL | 313.85º | 0.9% | 0.52% | - |
| HSV(B) | 313.85º | 0.91% | 0.95% | - |
| XYZ | 46.76 | 23.43 | 51.93 | - |
| YUV | 107.46 | 175.72 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 192 | 0 | 0.91 | 0.21 | 0.05 | 313.85 | 0.9 | 0.52 |
| Hex | F3 | 16 | C0 | 0 | 5B | 15 | 5 | 13A | 5A | 34 |
| Octal | 363 | 26 | 300 | 0 | 133 | 25 | 5 | 472 | 132 | 64 |
| Binary | 11110011 | 10110 | 11000000 | 0 | 1011011 | 10101 | 101 | 100111010 | 1011010 | 110100 |
Color Harmonies of #F316C0
Complementary color
Monochromatic Colors of #F316C0
Black with #F316C0
Text Example
Text Example
White with #F316C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316C0; }
p { color: rgb(243,22,192); }
H1.HeaderClassName
{
color: #F316C0;
}
.AnyTagClassName
{
color: #F316C0;
}
</style>
background-color css
<style>
a { background-color: #F316C0; }
a { background-color: rgb(243,22,192); }
div.DivClassName
{
background-color: #F316C0;
}
.BgClassName
{
background-color: #F316C0;
}
</style>
border-color css
<style>
span { border-color: #F316C0; }
span { border-color: rgb(243,22,192); }
td.TdClassName
{
border-color: #F316C0;
}
.TagClassName
{
border-color: #F316C0;
}
</style>