Shades of Shocking Pink #F315D6
Tints of Shocking Pink #F315D6
RGB
CMYK
RGB Variations
Color information
#F315D6 (or 0xF315D6) is known color: Shocking Pink. HEX triplet: F3, 15 and D6. RGB value is (243,21,214). Sum of RGB (Red+Green+Blue) = 243+21+214=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F315D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315D6 is #0CEA29. Grayscale: #6C6C6C. Windows color (decimal): -846378 or 14030323. OLE color: 14030323.
HSL color Cylindrical-coordinate representation of color #F315D6: hue angle of 307.84º 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 #F315D6 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 214 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.05 |
| HSL | 307.84º | 0.9% | 0.52% | - |
| HSV(B) | 307.84º | 0.91% | 0.95% | - |
| XYZ | 49.37 | 24.45 | 65.73 | - |
| YUV | 109.38 | 187.05 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 214 | 0 | 0.91 | 0.12 | 0.05 | 307.84 | 0.9 | 0.52 |
| Hex | F3 | 15 | D6 | 0 | 5B | C | 5 | 134 | 5A | 34 |
| Octal | 363 | 25 | 326 | 0 | 133 | 14 | 5 | 464 | 132 | 64 |
| Binary | 11110011 | 10101 | 11010110 | 0 | 1011011 | 1100 | 101 | 100110100 | 1011010 | 110100 |
Color Harmonies of #F315D6
Complementary color
Monochromatic Colors of #F315D6
Black with #F315D6
Text Example
Text Example
White with #F315D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315D6; }
p { color: rgb(243,21,214); }
H1.HeaderClassName
{
color: #F315D6;
}
.AnyTagClassName
{
color: #F315D6;
}
</style>
background-color css
<style>
a { background-color: #F315D6; }
a { background-color: rgb(243,21,214); }
div.DivClassName
{
background-color: #F315D6;
}
.BgClassName
{
background-color: #F315D6;
}
</style>
border-color css
<style>
span { border-color: #F315D6; }
span { border-color: rgb(243,21,214); }
td.TdClassName
{
border-color: #F315D6;
}
.TagClassName
{
border-color: #F315D6;
}
</style>