Shades of Shocking Pink #F01ACC
Tints of Shocking Pink #F01ACC
RGB
CMYK
RGB Variations
Color information
#F01ACC (or 0xF01ACC) is known color: Shocking Pink. HEX triplet: F0, 1A and CC. RGB value is (240,26,204). Sum of RGB (Red+Green+Blue) = 240+26+204=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ACC is #0FE533. Grayscale: #6D6D6D. Windows color (decimal): -1041716 or 13376240. OLE color: 13376240.
HSL color Cylindrical-coordinate representation of color #F01ACC: hue angle of 310.09º 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 #F01ACC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.06 |
| HSL | 310.09º | 0.88% | 0.52% | - |
| HSV(B) | 310.09º | 0.89% | 0.94% | - |
| XYZ | 47.2 | 23.62 | 59.2 | - |
| YUV | 110.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 204 | 0 | 0.89 | 0.15 | 0.06 | 310.09 | 0.88 | 0.52 |
| Hex | F0 | 1A | CC | 0 | 59 | F | 6 | 136 | 58 | 34 |
| Octal | 360 | 32 | 314 | 0 | 131 | 17 | 6 | 466 | 130 | 64 |
| Binary | 11110000 | 11010 | 11001100 | 0 | 1011001 | 1111 | 110 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F01ACC
Complementary color
Monochromatic Colors of #F01ACC
Black with #F01ACC
Text Example
Text Example
White with #F01ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01ACC; }
p { color: rgb(240,26,204); }
H1.HeaderClassName
{
color: #F01ACC;
}
.AnyTagClassName
{
color: #F01ACC;
}
</style>
background-color css
<style>
a { background-color: #F01ACC; }
a { background-color: rgb(240,26,204); }
div.DivClassName
{
background-color: #F01ACC;
}
.BgClassName
{
background-color: #F01ACC;
}
</style>
border-color css
<style>
span { border-color: #F01ACC; }
span { border-color: rgb(240,26,204); }
td.TdClassName
{
border-color: #F01ACC;
}
.TagClassName
{
border-color: #F01ACC;
}
</style>