Shades of Shocking Pink #F413BD
Tints of Shocking Pink #F413BD
RGB
CMYK
RGB Variations
Color information
#F413BD (or 0xF413BD) is known color: Shocking Pink. HEX triplet: F4, 13 and BD. RGB value is (244,19,189). Sum of RGB (Red+Green+Blue) = 244+19+189=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F413BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413BD is #0BEC42. Grayscale: #696969. Windows color (decimal): -781379 or 12391412. OLE color: 12391412.
HSL color Cylindrical-coordinate representation of color #F413BD: hue angle of 314.67º 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 #F413BD is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 189 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.04 |
| HSL | 314.67º | 0.91% | 0.52% | - |
| HSV(B) | 314.67º | 0.92% | 0.96% | - |
| XYZ | 46.73 | 23.37 | 50.19 | - |
| YUV | 105.66 | 175.04 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 189 | 0 | 0.92 | 0.23 | 0.04 | 314.67 | 0.91 | 0.52 |
| Hex | F4 | 13 | BD | 0 | 5C | 17 | 4 | 13B | 5B | 34 |
| Octal | 364 | 23 | 275 | 0 | 134 | 27 | 4 | 473 | 133 | 64 |
| Binary | 11110100 | 10011 | 10111101 | 0 | 1011100 | 10111 | 100 | 100111011 | 1011011 | 110100 |
Color Harmonies of #F413BD
Complementary color
Monochromatic Colors of #F413BD
Black with #F413BD
Text Example
Text Example
White with #F413BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413BD; }
p { color: rgb(244,19,189); }
H1.HeaderClassName
{
color: #F413BD;
}
.AnyTagClassName
{
color: #F413BD;
}
</style>
background-color css
<style>
a { background-color: #F413BD; }
a { background-color: rgb(244,19,189); }
div.DivClassName
{
background-color: #F413BD;
}
.BgClassName
{
background-color: #F413BD;
}
</style>
border-color css
<style>
span { border-color: #F413BD; }
span { border-color: rgb(244,19,189); }
td.TdClassName
{
border-color: #F413BD;
}
.TagClassName
{
border-color: #F413BD;
}
</style>