Shades of Shocking Pink #F41CBA
Tints of Shocking Pink #F41CBA
RGB
CMYK
RGB Variations
Color information
#F41CBA (or 0xF41CBA) is known color: Shocking Pink. HEX triplet: F4, 1C and BA. RGB value is (244,28,186). Sum of RGB (Red+Green+Blue) = 244+28+186=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CBA is #0BE345. Grayscale: #6E6E6E. Windows color (decimal): -779078 or 12197108. OLE color: 12197108.
HSL color Cylindrical-coordinate representation of color #F41CBA: hue angle of 316.11º 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 #F41CBA is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 186 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.04 |
| HSL | 316.11º | 0.91% | 0.53% | - |
| HSV(B) | 316.11º | 0.89% | 0.96% | - |
| XYZ | 46.59 | 23.61 | 48.56 | - |
| YUV | 110.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 186 | 0 | 0.89 | 0.24 | 0.04 | 316.11 | 0.91 | 0.53 |
| Hex | F4 | 1C | BA | 0 | 59 | 18 | 4 | 13C | 5B | 35 |
| Octal | 364 | 34 | 272 | 0 | 131 | 30 | 4 | 474 | 133 | 65 |
| Binary | 11110100 | 11100 | 10111010 | 0 | 1011001 | 11000 | 100 | 100111100 | 1011011 | 110101 |
Color Harmonies of #F41CBA
Complementary color
Monochromatic Colors of #F41CBA
Black with #F41CBA
Text Example
Text Example
White with #F41CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CBA; }
p { color: rgb(244,28,186); }
H1.HeaderClassName
{
color: #F41CBA;
}
.AnyTagClassName
{
color: #F41CBA;
}
</style>
background-color css
<style>
a { background-color: #F41CBA; }
a { background-color: rgb(244,28,186); }
div.DivClassName
{
background-color: #F41CBA;
}
.BgClassName
{
background-color: #F41CBA;
}
</style>
border-color css
<style>
span { border-color: #F41CBA; }
span { border-color: rgb(244,28,186); }
td.TdClassName
{
border-color: #F41CBA;
}
.TagClassName
{
border-color: #F41CBA;
}
</style>