Shades of Shocking Pink #F015C9
Tints of Shocking Pink #F015C9
RGB
CMYK
RGB Variations
Color information
#F015C9 (or 0xF015C9) is known color: Shocking Pink. HEX triplet: F0, 15 and C9. RGB value is (240,21,201). Sum of RGB (Red+Green+Blue) = 240+21+201=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F015C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015C9 is #0FEA36. Grayscale: #6A6A6A. Windows color (decimal): -1042999 or 13178352. OLE color: 13178352.
HSL color Cylindrical-coordinate representation of color #F015C9: hue angle of 310.68º 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 #F015C9 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 201 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.06 |
| HSL | 310.68º | 0.88% | 0.51% | - |
| HSV(B) | 310.68º | 0.91% | 0.94% | - |
| XYZ | 46.75 | 23.28 | 57.29 | - |
| YUV | 107 | 181.05 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 201 | 0 | 0.91 | 0.16 | 0.06 | 310.68 | 0.88 | 0.51 |
| Hex | F0 | 15 | C9 | 0 | 5B | 10 | 6 | 137 | 58 | 33 |
| Octal | 360 | 25 | 311 | 0 | 133 | 20 | 6 | 467 | 130 | 63 |
| Binary | 11110000 | 10101 | 11001001 | 0 | 1011011 | 10000 | 110 | 100110111 | 1011000 | 110011 |
Color Harmonies of #F015C9
Complementary color
Monochromatic Colors of #F015C9
Black with #F015C9
Text Example
Text Example
White with #F015C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015C9; }
p { color: rgb(240,21,201); }
H1.HeaderClassName
{
color: #F015C9;
}
.AnyTagClassName
{
color: #F015C9;
}
</style>
background-color css
<style>
a { background-color: #F015C9; }
a { background-color: rgb(240,21,201); }
div.DivClassName
{
background-color: #F015C9;
}
.BgClassName
{
background-color: #F015C9;
}
</style>
border-color css
<style>
span { border-color: #F015C9; }
span { border-color: rgb(240,21,201); }
td.TdClassName
{
border-color: #F015C9;
}
.TagClassName
{
border-color: #F015C9;
}
</style>