Shades of Shocking Pink #F316BA
Tints of Shocking Pink #F316BA
RGB
CMYK
RGB Variations
Color information
#F316BA (or 0xF316BA) is known color: Shocking Pink. HEX triplet: F3, 16 and BA. RGB value is (243,22,186). Sum of RGB (Red+Green+Blue) = 243+22+186=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F316BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F316BA is #0CE945. Grayscale: #6A6A6A. Windows color (decimal): -846150 or 12195571. OLE color: 12195571.
HSL color Cylindrical-coordinate representation of color #F316BA: hue angle of 315.48º 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 #F316BA is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 186 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.05 |
| HSL | 315.48º | 0.9% | 0.52% | - |
| HSV(B) | 315.48º | 0.91% | 0.95% | - |
| XYZ | 46.11 | 23.17 | 48.5 | - |
| YUV | 106.78 | 172.72 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 186 | 0 | 0.91 | 0.23 | 0.05 | 315.48 | 0.9 | 0.52 |
| Hex | F3 | 16 | BA | 0 | 5B | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 26 | 272 | 0 | 133 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 10110 | 10111010 | 0 | 1011011 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F316BA
Complementary color
Monochromatic Colors of #F316BA
Black with #F316BA
Text Example
Text Example
White with #F316BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316BA; }
p { color: rgb(243,22,186); }
H1.HeaderClassName
{
color: #F316BA;
}
.AnyTagClassName
{
color: #F316BA;
}
</style>
background-color css
<style>
a { background-color: #F316BA; }
a { background-color: rgb(243,22,186); }
div.DivClassName
{
background-color: #F316BA;
}
.BgClassName
{
background-color: #F316BA;
}
</style>
border-color css
<style>
span { border-color: #F316BA; }
span { border-color: rgb(243,22,186); }
td.TdClassName
{
border-color: #F316BA;
}
.TagClassName
{
border-color: #F316BA;
}
</style>