Shades of Shocking Pink #F316D0
Tints of Shocking Pink #F316D0
RGB
CMYK
RGB Variations
Color information
#F316D0 (or 0xF316D0) is known color: Shocking Pink. HEX triplet: F3, 16 and D0. RGB value is (243,22,208). Sum of RGB (Red+Green+Blue) = 243+22+208=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F316D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F316D0 is #0CE92F. Grayscale: #6C6C6C. Windows color (decimal): -846128 or 13637363. OLE color: 13637363.
HSL color Cylindrical-coordinate representation of color #F316D0: hue angle of 309.5º 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 #F316D0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 208 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.05 |
| HSL | 309.5º | 0.9% | 0.52% | - |
| HSV(B) | 309.5º | 0.91% | 0.95% | - |
| XYZ | 48.63 | 24.18 | 61.78 | - |
| YUV | 109.28 | 183.72 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 208 | 0 | 0.91 | 0.14 | 0.05 | 309.5 | 0.9 | 0.52 |
| Hex | F3 | 16 | D0 | 0 | 5B | E | 5 | 136 | 5A | 34 |
| Octal | 363 | 26 | 320 | 0 | 133 | 16 | 5 | 466 | 132 | 64 |
| Binary | 11110011 | 10110 | 11010000 | 0 | 1011011 | 1110 | 101 | 100110110 | 1011010 | 110100 |
Color Harmonies of #F316D0
Complementary color
Monochromatic Colors of #F316D0
Black with #F316D0
Text Example
Text Example
White with #F316D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316D0; }
p { color: rgb(243,22,208); }
H1.HeaderClassName
{
color: #F316D0;
}
.AnyTagClassName
{
color: #F316D0;
}
</style>
background-color css
<style>
a { background-color: #F316D0; }
a { background-color: rgb(243,22,208); }
div.DivClassName
{
background-color: #F316D0;
}
.BgClassName
{
background-color: #F316D0;
}
</style>
border-color css
<style>
span { border-color: #F316D0; }
span { border-color: rgb(243,22,208); }
td.TdClassName
{
border-color: #F316D0;
}
.TagClassName
{
border-color: #F316D0;
}
</style>