Shades of Shocking Pink #F01AD1
Tints of Shocking Pink #F01AD1
RGB
CMYK
RGB Variations
Color information
#F01AD1 (or 0xF01AD1) is known color: Shocking Pink. HEX triplet: F0, 1A and D1. RGB value is (240,26,209). Sum of RGB (Red+Green+Blue) = 240+26+209=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F01AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01AD1 is #0FE52E. Grayscale: #6E6E6E. Windows color (decimal): -1041711 or 13703920. OLE color: 13703920.
HSL color Cylindrical-coordinate representation of color #F01AD1: hue angle of 308.69º 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 #F01AD1 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 209 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.06 |
| HSL | 308.69º | 0.88% | 0.52% | - |
| HSV(B) | 308.69º | 0.89% | 0.94% | - |
| XYZ | 47.81 | 23.87 | 62.41 | - |
| YUV | 110.85 | 183.4 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 209 | 0 | 0.89 | 0.13 | 0.06 | 308.69 | 0.88 | 0.52 |
| Hex | F0 | 1A | D1 | 0 | 59 | D | 6 | 135 | 58 | 34 |
| Octal | 360 | 32 | 321 | 0 | 131 | 15 | 6 | 465 | 130 | 64 |
| Binary | 11110000 | 11010 | 11010001 | 0 | 1011001 | 1101 | 110 | 100110101 | 1011000 | 110100 |
Color Harmonies of #F01AD1
Complementary color
Monochromatic Colors of #F01AD1
Black with #F01AD1
Text Example
Text Example
White with #F01AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01AD1; }
p { color: rgb(240,26,209); }
H1.HeaderClassName
{
color: #F01AD1;
}
.AnyTagClassName
{
color: #F01AD1;
}
</style>
background-color css
<style>
a { background-color: #F01AD1; }
a { background-color: rgb(240,26,209); }
div.DivClassName
{
background-color: #F01AD1;
}
.BgClassName
{
background-color: #F01AD1;
}
</style>
border-color css
<style>
span { border-color: #F01AD1; }
span { border-color: rgb(240,26,209); }
td.TdClassName
{
border-color: #F01AD1;
}
.TagClassName
{
border-color: #F01AD1;
}
</style>