Shades of Shocking Pink #F014B4
Tints of Shocking Pink #F014B4
RGB
CMYK
RGB Variations
Color information
#F014B4 (or 0xF014B4) is known color: Shocking Pink. HEX triplet: F0, 14 and B4. RGB value is (240,20,180). Sum of RGB (Red+Green+Blue) = 240+20+180=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F014B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014B4 is #0FEB4B. Grayscale: #676767. Windows color (decimal): -1043276 or 11801840. OLE color: 11801840.
HSL color Cylindrical-coordinate representation of color #F014B4: hue angle of 316.36º 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 #F014B4 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 180 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.06 |
| HSL | 316.36º | 0.88% | 0.51% | - |
| HSV(B) | 316.36º | 0.92% | 0.94% | - |
| XYZ | 44.42 | 22.32 | 45.15 | - |
| YUV | 104.02 | 170.89 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 180 | 0 | 0.92 | 0.25 | 0.06 | 316.36 | 0.88 | 0.51 |
| Hex | F0 | 14 | B4 | 0 | 5C | 19 | 6 | 13C | 58 | 33 |
| Octal | 360 | 24 | 264 | 0 | 134 | 31 | 6 | 474 | 130 | 63 |
| Binary | 11110000 | 10100 | 10110100 | 0 | 1011100 | 11001 | 110 | 100111100 | 1011000 | 110011 |
Color Harmonies of #F014B4
Complementary color
Monochromatic Colors of #F014B4
Black with #F014B4
Text Example
Text Example
White with #F014B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014B4; }
p { color: rgb(240,20,180); }
H1.HeaderClassName
{
color: #F014B4;
}
.AnyTagClassName
{
color: #F014B4;
}
</style>
background-color css
<style>
a { background-color: #F014B4; }
a { background-color: rgb(240,20,180); }
div.DivClassName
{
background-color: #F014B4;
}
.BgClassName
{
background-color: #F014B4;
}
</style>
border-color css
<style>
span { border-color: #F014B4; }
span { border-color: rgb(240,20,180); }
td.TdClassName
{
border-color: #F014B4;
}
.TagClassName
{
border-color: #F014B4;
}
</style>