Shades of Shocking Pink #F015CA
Tints of Shocking Pink #F015CA
RGB
CMYK
RGB Variations
Color information
#F015CA (or 0xF015CA) is known color: Shocking Pink. HEX triplet: F0, 15 and CA. RGB value is (240,21,202). Sum of RGB (Red+Green+Blue) = 240+21+202=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F015CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015CA is #0FEA35. Grayscale: #6A6A6A. Windows color (decimal): -1042998 or 13243888. OLE color: 13243888.
HSL color Cylindrical-coordinate representation of color #F015CA: hue angle of 310.41º 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 #F015CA is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.06 |
| HSL | 310.41º | 0.88% | 0.51% | - |
| HSV(B) | 310.41º | 0.91% | 0.94% | - |
| XYZ | 46.86 | 23.33 | 57.91 | - |
| YUV | 107.12 | 181.55 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 202 | 0 | 0.91 | 0.16 | 0.06 | 310.41 | 0.88 | 0.51 |
| Hex | F0 | 15 | CA | 0 | 5B | 10 | 6 | 136 | 58 | 33 |
| Octal | 360 | 25 | 312 | 0 | 133 | 20 | 6 | 466 | 130 | 63 |
| Binary | 11110000 | 10101 | 11001010 | 0 | 1011011 | 10000 | 110 | 100110110 | 1011000 | 110011 |
Color Harmonies of #F015CA
Complementary color
Monochromatic Colors of #F015CA
Black with #F015CA
Text Example
Text Example
White with #F015CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015CA; }
p { color: rgb(240,21,202); }
H1.HeaderClassName
{
color: #F015CA;
}
.AnyTagClassName
{
color: #F015CA;
}
</style>
background-color css
<style>
a { background-color: #F015CA; }
a { background-color: rgb(240,21,202); }
div.DivClassName
{
background-color: #F015CA;
}
.BgClassName
{
background-color: #F015CA;
}
</style>
border-color css
<style>
span { border-color: #F015CA; }
span { border-color: rgb(240,21,202); }
td.TdClassName
{
border-color: #F015CA;
}
.TagClassName
{
border-color: #F015CA;
}
</style>