Shades of Shocking Pink #F015D6
Tints of Shocking Pink #F015D6
RGB
CMYK
RGB Variations
Color information
#F015D6 (or 0xF015D6) is known color: Shocking Pink. HEX triplet: F0, 15 and D6. RGB value is (240,21,214). Sum of RGB (Red+Green+Blue) = 240+21+214=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F015D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015D6 is #0FEA29. Grayscale: #6B6B6B. Windows color (decimal): -1042986 or 14030320. OLE color: 14030320.
HSL color Cylindrical-coordinate representation of color #F015D6: hue angle of 307.12º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015D6 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 214 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.06 |
| HSL | 307.12º | 0.88% | 0.51% | - |
| HSV(B) | 307.12º | 0.91% | 0.94% | - |
| XYZ | 48.34 | 23.92 | 65.69 | - |
| YUV | 108.48 | 187.55 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 214 | 0 | 0.91 | 0.11 | 0.06 | 307.12 | 0.88 | 0.51 |
| Hex | F0 | 15 | D6 | 0 | 5B | B | 6 | 133 | 58 | 33 |
| Octal | 360 | 25 | 326 | 0 | 133 | 13 | 6 | 463 | 130 | 63 |
| Binary | 11110000 | 10101 | 11010110 | 0 | 1011011 | 1011 | 110 | 100110011 | 1011000 | 110011 |
Color Harmonies of #F015D6
Complementary color
Monochromatic Colors of #F015D6
Black with #F015D6
Text Example
Text Example
White with #F015D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015D6; }
p { color: rgb(240,21,214); }
H1.HeaderClassName
{
color: #F015D6;
}
.AnyTagClassName
{
color: #F015D6;
}
</style>
background-color css
<style>
a { background-color: #F015D6; }
a { background-color: rgb(240,21,214); }
div.DivClassName
{
background-color: #F015D6;
}
.BgClassName
{
background-color: #F015D6;
}
</style>
border-color css
<style>
span { border-color: #F015D6; }
span { border-color: rgb(240,21,214); }
td.TdClassName
{
border-color: #F015D6;
}
.TagClassName
{
border-color: #F015D6;
}
</style>