Shades of Shocking Pink #F013CF
Tints of Shocking Pink #F013CF
RGB
CMYK
RGB Variations
Color information
#F013CF (or 0xF013CF) is known color: Shocking Pink. HEX triplet: F0, 13 and CF. RGB value is (240,19,207). Sum of RGB (Red+Green+Blue) = 240+19+207=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F013CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013CF is #0FEC30. Grayscale: #696969. Windows color (decimal): -1043505 or 13571056. OLE color: 13571056.
HSL color Cylindrical-coordinate representation of color #F013CF: hue angle of 308.96º 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 #F013CF is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 207 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.06 |
| HSL | 308.96º | 0.88% | 0.51% | - |
| HSV(B) | 308.96º | 0.92% | 0.94% | - |
| XYZ | 47.43 | 23.5 | 61.07 | - |
| YUV | 106.51 | 184.72 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 207 | 0 | 0.92 | 0.14 | 0.06 | 308.96 | 0.88 | 0.51 |
| Hex | F0 | 13 | CF | 0 | 5C | E | 6 | 135 | 58 | 33 |
| Octal | 360 | 23 | 317 | 0 | 134 | 16 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10011 | 11001111 | 0 | 1011100 | 1110 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F013CF
Complementary color
Monochromatic Colors of #F013CF
Black with #F013CF
Text Example
Text Example
White with #F013CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013CF; }
p { color: rgb(240,19,207); }
H1.HeaderClassName
{
color: #F013CF;
}
.AnyTagClassName
{
color: #F013CF;
}
</style>
background-color css
<style>
a { background-color: #F013CF; }
a { background-color: rgb(240,19,207); }
div.DivClassName
{
background-color: #F013CF;
}
.BgClassName
{
background-color: #F013CF;
}
</style>
border-color css
<style>
span { border-color: #F013CF; }
span { border-color: rgb(240,19,207); }
td.TdClassName
{
border-color: #F013CF;
}
.TagClassName
{
border-color: #F013CF;
}
</style>