Shades of Shocking Pink #F11ACC
Tints of Shocking Pink #F11ACC
RGB
CMYK
RGB Variations
Color information
#F11ACC (or 0xF11ACC) is known color: Shocking Pink. HEX triplet: F1, 1A and CC. RGB value is (241,26,204). Sum of RGB (Red+Green+Blue) = 241+26+204=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ACC is #0EE533. Grayscale: #6E6E6E. Windows color (decimal): -976180 or 13376241. OLE color: 13376241.
HSL color Cylindrical-coordinate representation of color #F11ACC: hue angle of 310.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11ACC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.05 |
| HSL | 310.33º | 0.88% | 0.52% | - |
| HSV(B) | 310.33º | 0.89% | 0.95% | - |
| XYZ | 47.54 | 23.8 | 59.21 | - |
| YUV | 110.58 | 180.73 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 204 | 0 | 0.89 | 0.15 | 0.05 | 310.33 | 0.88 | 0.52 |
| Hex | F1 | 1A | CC | 0 | 59 | F | 5 | 136 | 58 | 34 |
| Octal | 361 | 32 | 314 | 0 | 131 | 17 | 5 | 466 | 130 | 64 |
| Binary | 11110001 | 11010 | 11001100 | 0 | 1011001 | 1111 | 101 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F11ACC
Complementary color
Monochromatic Colors of #F11ACC
Black with #F11ACC
Text Example
Text Example
White with #F11ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ACC; }
p { color: rgb(241,26,204); }
H1.HeaderClassName
{
color: #F11ACC;
}
.AnyTagClassName
{
color: #F11ACC;
}
</style>
background-color css
<style>
a { background-color: #F11ACC; }
a { background-color: rgb(241,26,204); }
div.DivClassName
{
background-color: #F11ACC;
}
.BgClassName
{
background-color: #F11ACC;
}
</style>
border-color css
<style>
span { border-color: #F11ACC; }
span { border-color: rgb(241,26,204); }
td.TdClassName
{
border-color: #F11ACC;
}
.TagClassName
{
border-color: #F11ACC;
}
</style>