Shades of Shocking Pink #F413BC
Tints of Shocking Pink #F413BC
RGB
CMYK
RGB Variations
Color information
#F413BC (or 0xF413BC) is known color: Shocking Pink. HEX triplet: F4, 13 and BC. RGB value is (244,19,188). Sum of RGB (Red+Green+Blue) = 244+19+188=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F413BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413BC is #0BEC43. Grayscale: #696969. Windows color (decimal): -781380 or 12325876. OLE color: 12325876.
HSL color Cylindrical-coordinate representation of color #F413BC: hue angle of 314.93º 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 #F413BC is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 188 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.04 |
| HSL | 314.93º | 0.91% | 0.52% | - |
| HSV(B) | 314.93º | 0.92% | 0.96% | - |
| XYZ | 46.62 | 23.33 | 49.62 | - |
| YUV | 105.54 | 174.54 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 188 | 0 | 0.92 | 0.23 | 0.04 | 314.93 | 0.91 | 0.52 |
| Hex | F4 | 13 | BC | 0 | 5C | 17 | 4 | 13B | 5B | 34 |
| Octal | 364 | 23 | 274 | 0 | 134 | 27 | 4 | 473 | 133 | 64 |
| Binary | 11110100 | 10011 | 10111100 | 0 | 1011100 | 10111 | 100 | 100111011 | 1011011 | 110100 |
Color Harmonies of #F413BC
Complementary color
Monochromatic Colors of #F413BC
Black with #F413BC
Text Example
Text Example
White with #F413BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413BC; }
p { color: rgb(244,19,188); }
H1.HeaderClassName
{
color: #F413BC;
}
.AnyTagClassName
{
color: #F413BC;
}
</style>
background-color css
<style>
a { background-color: #F413BC; }
a { background-color: rgb(244,19,188); }
div.DivClassName
{
background-color: #F413BC;
}
.BgClassName
{
background-color: #F413BC;
}
</style>
border-color css
<style>
span { border-color: #F413BC; }
span { border-color: rgb(244,19,188); }
td.TdClassName
{
border-color: #F413BC;
}
.TagClassName
{
border-color: #F413BC;
}
</style>