Shades of Shocking Pink #F014CB
Tints of Shocking Pink #F014CB
RGB
CMYK
RGB Variations
Color information
#F014CB (or 0xF014CB) is known color: Shocking Pink. HEX triplet: F0, 14 and CB. RGB value is (240,20,203). Sum of RGB (Red+Green+Blue) = 240+20+203=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F014CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014CB is #0FEB34. Grayscale: #6A6A6A. Windows color (decimal): -1043253 or 13309168. OLE color: 13309168.
HSL color Cylindrical-coordinate representation of color #F014CB: hue angle of 310.09º 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 #F014CB is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 203 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.06 |
| HSL | 310.09º | 0.88% | 0.51% | - |
| HSV(B) | 310.09º | 0.92% | 0.94% | - |
| XYZ | 46.96 | 23.34 | 58.53 | - |
| YUV | 106.64 | 182.39 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 203 | 0 | 0.92 | 0.15 | 0.06 | 310.09 | 0.88 | 0.51 |
| Hex | F0 | 14 | CB | 0 | 5C | F | 6 | 136 | 58 | 33 |
| Octal | 360 | 24 | 313 | 0 | 134 | 17 | 6 | 466 | 130 | 63 |
| Binary | 11110000 | 10100 | 11001011 | 0 | 1011100 | 1111 | 110 | 100110110 | 1011000 | 110011 |
Color Harmonies of #F014CB
Complementary color
Monochromatic Colors of #F014CB
Black with #F014CB
Text Example
Text Example
White with #F014CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014CB; }
p { color: rgb(240,20,203); }
H1.HeaderClassName
{
color: #F014CB;
}
.AnyTagClassName
{
color: #F014CB;
}
</style>
background-color css
<style>
a { background-color: #F014CB; }
a { background-color: rgb(240,20,203); }
div.DivClassName
{
background-color: #F014CB;
}
.BgClassName
{
background-color: #F014CB;
}
</style>
border-color css
<style>
span { border-color: #F014CB; }
span { border-color: rgb(240,20,203); }
td.TdClassName
{
border-color: #F014CB;
}
.TagClassName
{
border-color: #F014CB;
}
</style>