Shades of Shocking Pink #F41ACC
Tints of Shocking Pink #F41ACC
RGB
CMYK
RGB Variations
Color information
#F41ACC (or 0xF41ACC) is known color: Shocking Pink. HEX triplet: F4, 1A and CC. RGB value is (244,26,204). Sum of RGB (Red+Green+Blue) = 244+26+204=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ACC is #0BE533. Grayscale: #6E6E6E. Windows color (decimal): -779572 or 13376244. OLE color: 13376244.
HSL color Cylindrical-coordinate representation of color #F41ACC: hue angle of 311.01º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41ACC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 311.01º | 0.91% | 0.53% | - |
| HSV(B) | 311.01º | 0.89% | 0.96% | - |
| XYZ | 48.58 | 24.33 | 59.26 | - |
| YUV | 111.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 204 | 0 | 0.89 | 0.16 | 0.04 | 311.01 | 0.91 | 0.53 |
| Hex | F4 | 1A | CC | 0 | 59 | 10 | 4 | 137 | 5B | 35 |
| Octal | 364 | 32 | 314 | 0 | 131 | 20 | 4 | 467 | 133 | 65 |
| Binary | 11110100 | 11010 | 11001100 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011011 | 110101 |
Color Harmonies of #F41ACC
Complementary color
Monochromatic Colors of #F41ACC
Black with #F41ACC
Text Example
Text Example
White with #F41ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ACC; }
p { color: rgb(244,26,204); }
H1.HeaderClassName
{
color: #F41ACC;
}
.AnyTagClassName
{
color: #F41ACC;
}
</style>
background-color css
<style>
a { background-color: #F41ACC; }
a { background-color: rgb(244,26,204); }
div.DivClassName
{
background-color: #F41ACC;
}
.BgClassName
{
background-color: #F41ACC;
}
</style>
border-color css
<style>
span { border-color: #F41ACC; }
span { border-color: rgb(244,26,204); }
td.TdClassName
{
border-color: #F41ACC;
}
.TagClassName
{
border-color: #F41ACC;
}
</style>