Shades of Shocking Pink #F015D0
Tints of Shocking Pink #F015D0
RGB
CMYK
RGB Variations
Color information
#F015D0 (or 0xF015D0) is known color: Shocking Pink. HEX triplet: F0, 15 and D0. RGB value is (240,21,208). Sum of RGB (Red+Green+Blue) = 240+21+208=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F015D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015D0 is #0FEA2F. Grayscale: #6B6B6B. Windows color (decimal): -1042992 or 13637104. OLE color: 13637104.
HSL color Cylindrical-coordinate representation of color #F015D0: hue angle of 308.77º 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 #F015D0 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 208 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.06 |
| HSL | 308.77º | 0.88% | 0.51% | - |
| HSV(B) | 308.77º | 0.91% | 0.94% | - |
| XYZ | 47.59 | 23.62 | 61.72 | - |
| YUV | 107.8 | 184.55 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 208 | 0 | 0.91 | 0.13 | 0.06 | 308.77 | 0.88 | 0.51 |
| Hex | F0 | 15 | D0 | 0 | 5B | D | 6 | 135 | 58 | 33 |
| Octal | 360 | 25 | 320 | 0 | 133 | 15 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10101 | 11010000 | 0 | 1011011 | 1101 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F015D0
Complementary color
Monochromatic Colors of #F015D0
Black with #F015D0
Text Example
Text Example
White with #F015D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015D0; }
p { color: rgb(240,21,208); }
H1.HeaderClassName
{
color: #F015D0;
}
.AnyTagClassName
{
color: #F015D0;
}
</style>
background-color css
<style>
a { background-color: #F015D0; }
a { background-color: rgb(240,21,208); }
div.DivClassName
{
background-color: #F015D0;
}
.BgClassName
{
background-color: #F015D0;
}
</style>
border-color css
<style>
span { border-color: #F015D0; }
span { border-color: rgb(240,21,208); }
td.TdClassName
{
border-color: #F015D0;
}
.TagClassName
{
border-color: #F015D0;
}
</style>