Shades of Shocking Pink #F014B9
Tints of Shocking Pink #F014B9
RGB
CMYK
RGB Variations
Color information
#F014B9 (or 0xF014B9) is known color: Shocking Pink. HEX triplet: F0, 14 and B9. RGB value is (240,20,185). Sum of RGB (Red+Green+Blue) = 240+20+185=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F014B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014B9 is #0FEB46. Grayscale: #686868. Windows color (decimal): -1043271 or 12129520. OLE color: 12129520.
HSL color Cylindrical-coordinate representation of color #F014B9: hue angle of 315º 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 #F014B9 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 185 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.06 |
| HSL | 315º | 0.88% | 0.51% | - |
| HSV(B) | 315º | 0.92% | 0.94% | - |
| XYZ | 44.94 | 22.53 | 47.88 | - |
| YUV | 104.59 | 173.39 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 185 | 0 | 0.92 | 0.23 | 0.06 | 315 | 0.88 | 0.51 |
| Hex | F0 | 14 | B9 | 0 | 5C | 17 | 6 | 13B | 58 | 33 |
| Octal | 360 | 24 | 271 | 0 | 134 | 27 | 6 | 473 | 130 | 63 |
| Binary | 11110000 | 10100 | 10111001 | 0 | 1011100 | 10111 | 110 | 100111011 | 1011000 | 110011 |
Color Harmonies of #F014B9
Complementary color
Monochromatic Colors of #F014B9
Black with #F014B9
Text Example
Text Example
White with #F014B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014B9; }
p { color: rgb(240,20,185); }
H1.HeaderClassName
{
color: #F014B9;
}
.AnyTagClassName
{
color: #F014B9;
}
</style>
background-color css
<style>
a { background-color: #F014B9; }
a { background-color: rgb(240,20,185); }
div.DivClassName
{
background-color: #F014B9;
}
.BgClassName
{
background-color: #F014B9;
}
</style>
border-color css
<style>
span { border-color: #F014B9; }
span { border-color: rgb(240,20,185); }
td.TdClassName
{
border-color: #F014B9;
}
.TagClassName
{
border-color: #F014B9;
}
</style>