Shades of Shocking Pink #F013CE
Tints of Shocking Pink #F013CE
RGB
CMYK
RGB Variations
Color information
#F013CE (or 0xF013CE) is known color: Shocking Pink. HEX triplet: F0, 13 and CE. RGB value is (240,19,206). Sum of RGB (Red+Green+Blue) = 240+19+206=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F013CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013CE is #0FEC31. Grayscale: #696969. Windows color (decimal): -1043506 or 13505520. OLE color: 13505520.
HSL color Cylindrical-coordinate representation of color #F013CE: hue angle of 309.23º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013CE is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 206 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.06 |
| HSL | 309.23º | 0.88% | 0.51% | - |
| HSV(B) | 309.23º | 0.92% | 0.94% | - |
| XYZ | 47.31 | 23.45 | 60.42 | - |
| YUV | 106.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 206 | 0 | 0.92 | 0.14 | 0.06 | 309.23 | 0.88 | 0.51 |
| Hex | F0 | 13 | CE | 0 | 5C | E | 6 | 135 | 58 | 33 |
| Octal | 360 | 23 | 316 | 0 | 134 | 16 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10011 | 11001110 | 0 | 1011100 | 1110 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F013CE
Complementary color
Monochromatic Colors of #F013CE
Black with #F013CE
Text Example
Text Example
White with #F013CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013CE; }
p { color: rgb(240,19,206); }
H1.HeaderClassName
{
color: #F013CE;
}
.AnyTagClassName
{
color: #F013CE;
}
</style>
background-color css
<style>
a { background-color: #F013CE; }
a { background-color: rgb(240,19,206); }
div.DivClassName
{
background-color: #F013CE;
}
.BgClassName
{
background-color: #F013CE;
}
</style>
border-color css
<style>
span { border-color: #F013CE; }
span { border-color: rgb(240,19,206); }
td.TdClassName
{
border-color: #F013CE;
}
.TagClassName
{
border-color: #F013CE;
}
</style>