Shades of Shocking Pink #F315C1
Tints of Shocking Pink #F315C1
RGB
CMYK
RGB Variations
Color information
#F315C1 (or 0xF315C1) is known color: Shocking Pink. HEX triplet: F3, 15 and C1. RGB value is (243,21,193). Sum of RGB (Red+Green+Blue) = 243+21+193=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F315C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315C1 is #0CEA3E. Grayscale: #6A6A6A. Windows color (decimal): -846399 or 12654067. OLE color: 12654067.
HSL color Cylindrical-coordinate representation of color #F315C1: hue angle of 313.51º 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 #F315C1 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 193 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.05 |
| HSL | 313.51º | 0.9% | 0.52% | - |
| HSV(B) | 313.51º | 0.91% | 0.95% | - |
| XYZ | 46.86 | 23.44 | 52.51 | - |
| YUV | 106.99 | 176.55 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 193 | 0 | 0.91 | 0.21 | 0.05 | 313.51 | 0.9 | 0.52 |
| Hex | F3 | 15 | C1 | 0 | 5B | 15 | 5 | 13A | 5A | 34 |
| Octal | 363 | 25 | 301 | 0 | 133 | 25 | 5 | 472 | 132 | 64 |
| Binary | 11110011 | 10101 | 11000001 | 0 | 1011011 | 10101 | 101 | 100111010 | 1011010 | 110100 |
Color Harmonies of #F315C1
Complementary color
Monochromatic Colors of #F315C1
Black with #F315C1
Text Example
Text Example
White with #F315C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315C1; }
p { color: rgb(243,21,193); }
H1.HeaderClassName
{
color: #F315C1;
}
.AnyTagClassName
{
color: #F315C1;
}
</style>
background-color css
<style>
a { background-color: #F315C1; }
a { background-color: rgb(243,21,193); }
div.DivClassName
{
background-color: #F315C1;
}
.BgClassName
{
background-color: #F315C1;
}
</style>
border-color css
<style>
span { border-color: #F315C1; }
span { border-color: rgb(243,21,193); }
td.TdClassName
{
border-color: #F315C1;
}
.TagClassName
{
border-color: #F315C1;
}
</style>