Shades of Shocking Pink #F315BC
Tints of Shocking Pink #F315BC
RGB
CMYK
RGB Variations
Color information
#F315BC (or 0xF315BC) is known color: Shocking Pink. HEX triplet: F3, 15 and BC. RGB value is (243,21,188). Sum of RGB (Red+Green+Blue) = 243+21+188=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F315BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315BC is #0CEA43. Grayscale: #696969. Windows color (decimal): -846404 or 12326387. OLE color: 12326387.
HSL color Cylindrical-coordinate representation of color #F315BC: hue angle of 314.86º 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 #F315BC is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.05 |
| HSL | 314.86º | 0.9% | 0.52% | - |
| HSV(B) | 314.86º | 0.91% | 0.95% | - |
| XYZ | 46.31 | 23.22 | 49.62 | - |
| YUV | 106.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 188 | 0 | 0.91 | 0.23 | 0.05 | 314.86 | 0.9 | 0.52 |
| Hex | F3 | 15 | BC | 0 | 5B | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 25 | 274 | 0 | 133 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 10101 | 10111100 | 0 | 1011011 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F315BC
Complementary color
Monochromatic Colors of #F315BC
Black with #F315BC
Text Example
Text Example
White with #F315BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315BC; }
p { color: rgb(243,21,188); }
H1.HeaderClassName
{
color: #F315BC;
}
.AnyTagClassName
{
color: #F315BC;
}
</style>
background-color css
<style>
a { background-color: #F315BC; }
a { background-color: rgb(243,21,188); }
div.DivClassName
{
background-color: #F315BC;
}
.BgClassName
{
background-color: #F315BC;
}
</style>
border-color css
<style>
span { border-color: #F315BC; }
span { border-color: rgb(243,21,188); }
td.TdClassName
{
border-color: #F315BC;
}
.TagClassName
{
border-color: #F315BC;
}
</style>