Shades of Shocking Pink #F41ABC
Tints of Shocking Pink #F41ABC
RGB
CMYK
RGB Variations
Color information
#F41ABC (or 0xF41ABC) is known color: Shocking Pink. HEX triplet: F4, 1A and BC. RGB value is (244,26,188). Sum of RGB (Red+Green+Blue) = 244+26+188=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ABC is #0BE543. Grayscale: #6D6D6D. Windows color (decimal): -779588 or 12327668. OLE color: 12327668.
HSL color Cylindrical-coordinate representation of color #F41ABC: hue angle of 315.41º 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 #F41ABC is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 188 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.04 |
| HSL | 315.41º | 0.91% | 0.53% | - |
| HSV(B) | 315.41º | 0.89% | 0.96% | - |
| XYZ | 46.75 | 23.6 | 49.67 | - |
| YUV | 109.65 | 172.22 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 188 | 0 | 0.89 | 0.23 | 0.04 | 315.41 | 0.91 | 0.53 |
| Hex | F4 | 1A | BC | 0 | 59 | 17 | 4 | 13B | 5B | 35 |
| Octal | 364 | 32 | 274 | 0 | 131 | 27 | 4 | 473 | 133 | 65 |
| Binary | 11110100 | 11010 | 10111100 | 0 | 1011001 | 10111 | 100 | 100111011 | 1011011 | 110101 |
Color Harmonies of #F41ABC
Complementary color
Monochromatic Colors of #F41ABC
Black with #F41ABC
Text Example
Text Example
White with #F41ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ABC; }
p { color: rgb(244,26,188); }
H1.HeaderClassName
{
color: #F41ABC;
}
.AnyTagClassName
{
color: #F41ABC;
}
</style>
background-color css
<style>
a { background-color: #F41ABC; }
a { background-color: rgb(244,26,188); }
div.DivClassName
{
background-color: #F41ABC;
}
.BgClassName
{
background-color: #F41ABC;
}
</style>
border-color css
<style>
span { border-color: #F41ABC; }
span { border-color: rgb(244,26,188); }
td.TdClassName
{
border-color: #F41ABC;
}
.TagClassName
{
border-color: #F41ABC;
}
</style>