Shades of Shocking Pink #F413BA
Tints of Shocking Pink #F413BA
RGB
CMYK
RGB Variations
Color information
#F413BA (or 0xF413BA) is known color: Shocking Pink. HEX triplet: F4, 13 and BA. RGB value is (244,19,186). Sum of RGB (Red+Green+Blue) = 244+19+186=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F413BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413BA is #0BEC45. Grayscale: #686868. Windows color (decimal): -781382 or 12194804. OLE color: 12194804.
HSL color Cylindrical-coordinate representation of color #F413BA: hue angle of 315.47º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F413BA is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 186 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.04 |
| HSL | 315.47º | 0.91% | 0.52% | - |
| HSV(B) | 315.47º | 0.92% | 0.96% | - |
| XYZ | 46.4 | 23.24 | 48.5 | - |
| YUV | 105.31 | 173.54 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 186 | 0 | 0.92 | 0.24 | 0.04 | 315.47 | 0.91 | 0.52 |
| Hex | F4 | 13 | BA | 0 | 5C | 18 | 4 | 13B | 5B | 34 |
| Octal | 364 | 23 | 272 | 0 | 134 | 30 | 4 | 473 | 133 | 64 |
| Binary | 11110100 | 10011 | 10111010 | 0 | 1011100 | 11000 | 100 | 100111011 | 1011011 | 110100 |
Color Harmonies of #F413BA
Complementary color
Monochromatic Colors of #F413BA
Black with #F413BA
Text Example
Text Example
White with #F413BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413BA; }
p { color: rgb(244,19,186); }
H1.HeaderClassName
{
color: #F413BA;
}
.AnyTagClassName
{
color: #F413BA;
}
</style>
background-color css
<style>
a { background-color: #F413BA; }
a { background-color: rgb(244,19,186); }
div.DivClassName
{
background-color: #F413BA;
}
.BgClassName
{
background-color: #F413BA;
}
</style>
border-color css
<style>
span { border-color: #F413BA; }
span { border-color: rgb(244,19,186); }
td.TdClassName
{
border-color: #F413BA;
}
.TagClassName
{
border-color: #F413BA;
}
</style>