Shades of Shocking Pink #F014BB
Tints of Shocking Pink #F014BB
RGB
CMYK
RGB Variations
Color information
#F014BB (or 0xF014BB) is known color: Shocking Pink. HEX triplet: F0, 14 and BB. RGB value is (240,20,187). Sum of RGB (Red+Green+Blue) = 240+20+187=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F014BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014BB is #0FEB44. Grayscale: #686868. Windows color (decimal): -1043269 or 12260592. OLE color: 12260592.
HSL color Cylindrical-coordinate representation of color #F014BB: hue angle of 314.45º 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 #F014BB is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.06 |
| HSL | 314.45º | 0.88% | 0.51% | - |
| HSV(B) | 314.45º | 0.92% | 0.94% | - |
| XYZ | 45.15 | 22.61 | 49 | - |
| YUV | 104.82 | 174.39 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 187 | 0 | 0.92 | 0.22 | 0.06 | 314.45 | 0.88 | 0.51 |
| Hex | F0 | 14 | BB | 0 | 5C | 16 | 6 | 13A | 58 | 33 |
| Octal | 360 | 24 | 273 | 0 | 134 | 26 | 6 | 472 | 130 | 63 |
| Binary | 11110000 | 10100 | 10111011 | 0 | 1011100 | 10110 | 110 | 100111010 | 1011000 | 110011 |
Color Harmonies of #F014BB
Complementary color
Monochromatic Colors of #F014BB
Black with #F014BB
Text Example
Text Example
White with #F014BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014BB; }
p { color: rgb(240,20,187); }
H1.HeaderClassName
{
color: #F014BB;
}
.AnyTagClassName
{
color: #F014BB;
}
</style>
background-color css
<style>
a { background-color: #F014BB; }
a { background-color: rgb(240,20,187); }
div.DivClassName
{
background-color: #F014BB;
}
.BgClassName
{
background-color: #F014BB;
}
</style>
border-color css
<style>
span { border-color: #F014BB; }
span { border-color: rgb(240,20,187); }
td.TdClassName
{
border-color: #F014BB;
}
.TagClassName
{
border-color: #F014BB;
}
</style>