Shades of Shocking Pink #F013D4
Tints of Shocking Pink #F013D4
RGB
CMYK
RGB Variations
Color information
#F013D4 (or 0xF013D4) is known color: Shocking Pink. HEX triplet: F0, 13 and D4. RGB value is (240,19,212). Sum of RGB (Red+Green+Blue) = 240+19+212=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F013D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013D4 is #0FEC2B. Grayscale: #6A6A6A. Windows color (decimal): -1043500 or 13898736. OLE color: 13898736.
HSL color Cylindrical-coordinate representation of color #F013D4: hue angle of 307.6º 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 #F013D4 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 212 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.06 |
| HSL | 307.6º | 0.88% | 0.51% | - |
| HSV(B) | 307.6º | 0.92% | 0.94% | - |
| XYZ | 48.05 | 23.74 | 64.34 | - |
| YUV | 107.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 212 | 0 | 0.92 | 0.12 | 0.06 | 307.6 | 0.88 | 0.51 |
| Hex | F0 | 13 | D4 | 0 | 5C | C | 6 | 134 | 58 | 33 |
| Octal | 360 | 23 | 324 | 0 | 134 | 14 | 6 | 464 | 130 | 63 |
| Binary | 11110000 | 10011 | 11010100 | 0 | 1011100 | 1100 | 110 | 100110100 | 1011000 | 110011 |
Color Harmonies of #F013D4
Complementary color
Monochromatic Colors of #F013D4
Black with #F013D4
Text Example
Text Example
White with #F013D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013D4; }
p { color: rgb(240,19,212); }
H1.HeaderClassName
{
color: #F013D4;
}
.AnyTagClassName
{
color: #F013D4;
}
</style>
background-color css
<style>
a { background-color: #F013D4; }
a { background-color: rgb(240,19,212); }
div.DivClassName
{
background-color: #F013D4;
}
.BgClassName
{
background-color: #F013D4;
}
</style>
border-color css
<style>
span { border-color: #F013D4; }
span { border-color: rgb(240,19,212); }
td.TdClassName
{
border-color: #F013D4;
}
.TagClassName
{
border-color: #F013D4;
}
</style>