Shades of Shocking Pink #F01AD4
Tints of Shocking Pink #F01AD4
RGB
CMYK
RGB Variations
Color information
#F01AD4 (or 0xF01AD4) is known color: Shocking Pink. HEX triplet: F0, 1A and D4. RGB value is (240,26,212). Sum of RGB (Red+Green+Blue) = 240+26+212=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01AD4 is #0FE52B. Grayscale: #6E6E6E. Windows color (decimal): -1041708 or 13900528. OLE color: 13900528.
HSL color Cylindrical-coordinate representation of color #F01AD4: hue angle of 307.85º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01AD4 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 212 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.06 |
| HSL | 307.85º | 0.88% | 0.52% | - |
| HSV(B) | 307.85º | 0.89% | 0.94% | - |
| XYZ | 48.19 | 24.02 | 64.38 | - |
| YUV | 111.19 | 184.9 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 212 | 0 | 0.89 | 0.12 | 0.06 | 307.85 | 0.88 | 0.52 |
| Hex | F0 | 1A | D4 | 0 | 59 | C | 6 | 134 | 58 | 34 |
| Octal | 360 | 32 | 324 | 0 | 131 | 14 | 6 | 464 | 130 | 64 |
| Binary | 11110000 | 11010 | 11010100 | 0 | 1011001 | 1100 | 110 | 100110100 | 1011000 | 110100 |
Color Harmonies of #F01AD4
Complementary color
Monochromatic Colors of #F01AD4
Black with #F01AD4
Text Example
Text Example
White with #F01AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01AD4; }
p { color: rgb(240,26,212); }
H1.HeaderClassName
{
color: #F01AD4;
}
.AnyTagClassName
{
color: #F01AD4;
}
</style>
background-color css
<style>
a { background-color: #F01AD4; }
a { background-color: rgb(240,26,212); }
div.DivClassName
{
background-color: #F01AD4;
}
.BgClassName
{
background-color: #F01AD4;
}
</style>
border-color css
<style>
span { border-color: #F01AD4; }
span { border-color: rgb(240,26,212); }
td.TdClassName
{
border-color: #F01AD4;
}
.TagClassName
{
border-color: #F01AD4;
}
</style>