Shades of Shocking Pink #F315BE
Tints of Shocking Pink #F315BE
RGB
CMYK
RGB Variations
Color information
#F315BE (or 0xF315BE) is known color: Shocking Pink. HEX triplet: F3, 15 and BE. RGB value is (243,21,190). Sum of RGB (Red+Green+Blue) = 243+21+190=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F315BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315BE is #0CEA41. Grayscale: #6A6A6A. Windows color (decimal): -846402 or 12457459. OLE color: 12457459.
HSL color Cylindrical-coordinate representation of color #F315BE: hue angle of 314.32º 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 #F315BE is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 190 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.05 |
| HSL | 314.32º | 0.9% | 0.52% | - |
| HSV(B) | 314.32º | 0.91% | 0.95% | - |
| XYZ | 46.52 | 23.31 | 50.76 | - |
| YUV | 106.64 | 175.05 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 190 | 0 | 0.91 | 0.22 | 0.05 | 314.32 | 0.9 | 0.52 |
| Hex | F3 | 15 | BE | 0 | 5B | 16 | 5 | 13A | 5A | 34 |
| Octal | 363 | 25 | 276 | 0 | 133 | 26 | 5 | 472 | 132 | 64 |
| Binary | 11110011 | 10101 | 10111110 | 0 | 1011011 | 10110 | 101 | 100111010 | 1011010 | 110100 |
Color Harmonies of #F315BE
Complementary color
Monochromatic Colors of #F315BE
Black with #F315BE
Text Example
Text Example
White with #F315BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315BE; }
p { color: rgb(243,21,190); }
H1.HeaderClassName
{
color: #F315BE;
}
.AnyTagClassName
{
color: #F315BE;
}
</style>
background-color css
<style>
a { background-color: #F315BE; }
a { background-color: rgb(243,21,190); }
div.DivClassName
{
background-color: #F315BE;
}
.BgClassName
{
background-color: #F315BE;
}
</style>
border-color css
<style>
span { border-color: #F315BE; }
span { border-color: rgb(243,21,190); }
td.TdClassName
{
border-color: #F315BE;
}
.TagClassName
{
border-color: #F315BE;
}
</style>