Shades of Shocking Pink #F315BF
Tints of Shocking Pink #F315BF
RGB
CMYK
RGB Variations
Color information
#F315BF (or 0xF315BF) is known color: Shocking Pink. HEX triplet: F3, 15 and BF. RGB value is (243,21,191). Sum of RGB (Red+Green+Blue) = 243+21+191=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F315BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315BF is #0CEA40. Grayscale: #6A6A6A. Windows color (decimal): -846401 or 12522995. OLE color: 12522995.
HSL color Cylindrical-coordinate representation of color #F315BF: hue angle of 314.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 #F315BF is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 191 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.05 |
| HSL | 314.05º | 0.9% | 0.52% | - |
| HSV(B) | 314.05º | 0.91% | 0.95% | - |
| XYZ | 46.63 | 23.35 | 51.34 | - |
| YUV | 106.76 | 175.55 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 191 | 0 | 0.91 | 0.21 | 0.05 | 314.05 | 0.9 | 0.52 |
| Hex | F3 | 15 | BF | 0 | 5B | 15 | 5 | 13A | 5A | 34 |
| Octal | 363 | 25 | 277 | 0 | 133 | 25 | 5 | 472 | 132 | 64 |
| Binary | 11110011 | 10101 | 10111111 | 0 | 1011011 | 10101 | 101 | 100111010 | 1011010 | 110100 |
Color Harmonies of #F315BF
Complementary color
Monochromatic Colors of #F315BF
Black with #F315BF
Text Example
Text Example
White with #F315BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315BF; }
p { color: rgb(243,21,191); }
H1.HeaderClassName
{
color: #F315BF;
}
.AnyTagClassName
{
color: #F315BF;
}
</style>
background-color css
<style>
a { background-color: #F315BF; }
a { background-color: rgb(243,21,191); }
div.DivClassName
{
background-color: #F315BF;
}
.BgClassName
{
background-color: #F315BF;
}
</style>
border-color css
<style>
span { border-color: #F315BF; }
span { border-color: rgb(243,21,191); }
td.TdClassName
{
border-color: #F315BF;
}
.TagClassName
{
border-color: #F315BF;
}
</style>