Shades of Shocking Pink #F316CE
Tints of Shocking Pink #F316CE
RGB
CMYK
RGB Variations
Color information
#F316CE (or 0xF316CE) is known color: Shocking Pink. HEX triplet: F3, 16 and CE. RGB value is (243,22,206). Sum of RGB (Red+Green+Blue) = 243+22+206=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F316CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F316CE is #0CE931. Grayscale: #6C6C6C. Windows color (decimal): -846130 or 13506291. OLE color: 13506291.
HSL color Cylindrical-coordinate representation of color #F316CE: hue angle of 310.05º 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 #F316CE is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 206 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.05 |
| HSL | 310.05º | 0.9% | 0.52% | - |
| HSV(B) | 310.05º | 0.91% | 0.95% | - |
| XYZ | 48.39 | 24.08 | 60.49 | - |
| YUV | 109.06 | 182.72 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 206 | 0 | 0.91 | 0.15 | 0.05 | 310.05 | 0.9 | 0.52 |
| Hex | F3 | 16 | CE | 0 | 5B | F | 5 | 136 | 5A | 34 |
| Octal | 363 | 26 | 316 | 0 | 133 | 17 | 5 | 466 | 132 | 64 |
| Binary | 11110011 | 10110 | 11001110 | 0 | 1011011 | 1111 | 101 | 100110110 | 1011010 | 110100 |
Color Harmonies of #F316CE
Complementary color
Monochromatic Colors of #F316CE
Black with #F316CE
Text Example
Text Example
White with #F316CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316CE; }
p { color: rgb(243,22,206); }
H1.HeaderClassName
{
color: #F316CE;
}
.AnyTagClassName
{
color: #F316CE;
}
</style>
background-color css
<style>
a { background-color: #F316CE; }
a { background-color: rgb(243,22,206); }
div.DivClassName
{
background-color: #F316CE;
}
.BgClassName
{
background-color: #F316CE;
}
</style>
border-color css
<style>
span { border-color: #F316CE; }
span { border-color: rgb(243,22,206); }
td.TdClassName
{
border-color: #F316CE;
}
.TagClassName
{
border-color: #F316CE;
}
</style>