Shades of Shocking Pink #F316C5
Tints of Shocking Pink #F316C5
RGB
CMYK
RGB Variations
Color information
#F316C5 (or 0xF316C5) is known color: Shocking Pink. HEX triplet: F3, 16 and C5. RGB value is (243,22,197). Sum of RGB (Red+Green+Blue) = 243+22+197=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F316C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F316C5 is #0CE93A. Grayscale: #6B6B6B. Windows color (decimal): -846139 or 12916467. OLE color: 12916467.
HSL color Cylindrical-coordinate representation of color #F316C5: hue angle of 312.49º 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 #F316C5 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 197 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.05 |
| HSL | 312.49º | 0.9% | 0.52% | - |
| HSV(B) | 312.49º | 0.91% | 0.95% | - |
| XYZ | 47.33 | 23.66 | 54.9 | - |
| YUV | 108.03 | 178.22 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 197 | 0 | 0.91 | 0.19 | 0.05 | 312.49 | 0.9 | 0.52 |
| Hex | F3 | 16 | C5 | 0 | 5B | 13 | 5 | 138 | 5A | 34 |
| Octal | 363 | 26 | 305 | 0 | 133 | 23 | 5 | 470 | 132 | 64 |
| Binary | 11110011 | 10110 | 11000101 | 0 | 1011011 | 10011 | 101 | 100111000 | 1011010 | 110100 |
Color Harmonies of #F316C5
Complementary color
Monochromatic Colors of #F316C5
Black with #F316C5
Text Example
Text Example
White with #F316C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316C5; }
p { color: rgb(243,22,197); }
H1.HeaderClassName
{
color: #F316C5;
}
.AnyTagClassName
{
color: #F316C5;
}
</style>
background-color css
<style>
a { background-color: #F316C5; }
a { background-color: rgb(243,22,197); }
div.DivClassName
{
background-color: #F316C5;
}
.BgClassName
{
background-color: #F316C5;
}
</style>
border-color css
<style>
span { border-color: #F316C5; }
span { border-color: rgb(243,22,197); }
td.TdClassName
{
border-color: #F316C5;
}
.TagClassName
{
border-color: #F316C5;
}
</style>