Shades of Shocking Pink #F315BA
Tints of Shocking Pink #F315BA
RGB
CMYK
RGB Variations
Color information
#F315BA (or 0xF315BA) is known color: Shocking Pink. HEX triplet: F3, 15 and BA. RGB value is (243,21,186). Sum of RGB (Red+Green+Blue) = 243+21+186=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F315BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315BA is #0CEA45. Grayscale: #696969. Windows color (decimal): -846406 or 12195315. OLE color: 12195315.
HSL color Cylindrical-coordinate representation of color #F315BA: hue angle of 315.41º 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 #F315BA is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 186 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.05 |
| HSL | 315.41º | 0.9% | 0.52% | - |
| HSV(B) | 315.41º | 0.91% | 0.95% | - |
| XYZ | 46.09 | 23.14 | 48.49 | - |
| YUV | 106.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 186 | 0 | 0.91 | 0.23 | 0.05 | 315.41 | 0.9 | 0.52 |
| Hex | F3 | 15 | BA | 0 | 5B | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 25 | 272 | 0 | 133 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 10101 | 10111010 | 0 | 1011011 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F315BA
Complementary color
Monochromatic Colors of #F315BA
Black with #F315BA
Text Example
Text Example
White with #F315BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315BA; }
p { color: rgb(243,21,186); }
H1.HeaderClassName
{
color: #F315BA;
}
.AnyTagClassName
{
color: #F315BA;
}
</style>
background-color css
<style>
a { background-color: #F315BA; }
a { background-color: rgb(243,21,186); }
div.DivClassName
{
background-color: #F315BA;
}
.BgClassName
{
background-color: #F315BA;
}
</style>
border-color css
<style>
span { border-color: #F315BA; }
span { border-color: rgb(243,21,186); }
td.TdClassName
{
border-color: #F315BA;
}
.TagClassName
{
border-color: #F315BA;
}
</style>