Shades of Shocking Pink #F01DD2
Tints of Shocking Pink #F01DD2
RGB
CMYK
RGB Variations
Color information
#F01DD2 (or 0xF01DD2) is known color: Shocking Pink. HEX triplet: F0, 1D and D2. RGB value is (240,29,210). Sum of RGB (Red+Green+Blue) = 240+29+210=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DD2 is #0FE22D. Grayscale: #707070. Windows color (decimal): -1040942 or 13770224. OLE color: 13770224.
HSL color Cylindrical-coordinate representation of color #F01DD2: hue angle of 308.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 210 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.06 |
| HSL | 308.53º | 0.88% | 0.53% | - |
| HSV(B) | 308.53º | 0.88% | 0.94% | - |
| XYZ | 48.01 | 24.06 | 63.09 | - |
| YUV | 112.72 | 182.9 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 210 | 0 | 0.88 | 0.12 | 0.06 | 308.53 | 0.88 | 0.53 |
| Hex | F0 | 1D | D2 | 0 | 58 | C | 6 | 135 | 58 | 35 |
| Octal | 360 | 35 | 322 | 0 | 130 | 14 | 6 | 465 | 130 | 65 |
| Binary | 11110000 | 11101 | 11010010 | 0 | 1011000 | 1100 | 110 | 100110101 | 1011000 | 110101 |
Color Harmonies of #F01DD2
Complementary color
Monochromatic Colors of #F01DD2
Black with #F01DD2
Text Example
Text Example
White with #F01DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DD2; }
p { color: rgb(240,29,210); }
H1.HeaderClassName
{
color: #F01DD2;
}
.AnyTagClassName
{
color: #F01DD2;
}
</style>
background-color css
<style>
a { background-color: #F01DD2; }
a { background-color: rgb(240,29,210); }
div.DivClassName
{
background-color: #F01DD2;
}
.BgClassName
{
background-color: #F01DD2;
}
</style>
border-color css
<style>
span { border-color: #F01DD2; }
span { border-color: rgb(240,29,210); }
td.TdClassName
{
border-color: #F01DD2;
}
.TagClassName
{
border-color: #F01DD2;
}
</style>