Shades of Shocking Pink #F014BE
Tints of Shocking Pink #F014BE
RGB
CMYK
RGB Variations
Color information
#F014BE (or 0xF014BE) is known color: Shocking Pink. HEX triplet: F0, 14 and BE. RGB value is (240,20,190). Sum of RGB (Red+Green+Blue) = 240+20+190=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F014BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014BE is #0FEB41. Grayscale: #686868. Windows color (decimal): -1043266 or 12457200. OLE color: 12457200.
HSL color Cylindrical-coordinate representation of color #F014BE: hue angle of 313.64º 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 #F014BE is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 190 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.06 |
| HSL | 313.64º | 0.88% | 0.51% | - |
| HSV(B) | 313.64º | 0.92% | 0.94% | - |
| XYZ | 45.48 | 22.74 | 50.71 | - |
| YUV | 105.16 | 175.89 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 190 | 0 | 0.92 | 0.21 | 0.06 | 313.64 | 0.88 | 0.51 |
| Hex | F0 | 14 | BE | 0 | 5C | 15 | 6 | 13A | 58 | 33 |
| Octal | 360 | 24 | 276 | 0 | 134 | 25 | 6 | 472 | 130 | 63 |
| Binary | 11110000 | 10100 | 10111110 | 0 | 1011100 | 10101 | 110 | 100111010 | 1011000 | 110011 |
Color Harmonies of #F014BE
Complementary color
Monochromatic Colors of #F014BE
Black with #F014BE
Text Example
Text Example
White with #F014BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014BE; }
p { color: rgb(240,20,190); }
H1.HeaderClassName
{
color: #F014BE;
}
.AnyTagClassName
{
color: #F014BE;
}
</style>
background-color css
<style>
a { background-color: #F014BE; }
a { background-color: rgb(240,20,190); }
div.DivClassName
{
background-color: #F014BE;
}
.BgClassName
{
background-color: #F014BE;
}
</style>
border-color css
<style>
span { border-color: #F014BE; }
span { border-color: rgb(240,20,190); }
td.TdClassName
{
border-color: #F014BE;
}
.TagClassName
{
border-color: #F014BE;
}
</style>