Shades of Shocking Pink #F403C0
Tints of Shocking Pink #F403C0
RGB
CMYK
RGB Variations
Color information
#F403C0 (or 0xF403C0) is known color: Shocking Pink. HEX triplet: F4, 03 and C0. RGB value is (244,3,192). Sum of RGB (Red+Green+Blue) = 244+3+192=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F403C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F403C0 is #0BFC3F. Grayscale: #606060. Windows color (decimal): -785472 or 12583924. OLE color: 12583924.
HSL color Cylindrical-coordinate representation of color #F403C0: hue angle of 312.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F403C0 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.04 |
| HSL | 312.95º | 0.98% | 0.48% | - |
| HSV(B) | 312.95º | 0.99% | 0.96% | - |
| XYZ | 46.86 | 23.1 | 51.86 | - |
| YUV | 96.61 | 181.84 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 192 | 0 | 0.99 | 0.21 | 0.04 | 312.95 | 0.98 | 0.48 |
| Hex | F4 | 3 | C0 | 0 | 63 | 15 | 4 | 139 | 62 | 30 |
| Octal | 364 | 3 | 300 | 0 | 143 | 25 | 4 | 471 | 142 | 60 |
| Binary | 11110100 | 11 | 11000000 | 0 | 1100011 | 10101 | 100 | 100111001 | 1100010 | 110000 |
Color Harmonies of #F403C0
Complementary color
Monochromatic Colors of #F403C0
Black with #F403C0
Text Example
Text Example
White with #F403C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F403C0; }
p { color: rgb(244,3,192); }
H1.HeaderClassName
{
color: #F403C0;
}
.AnyTagClassName
{
color: #F403C0;
}
</style>
background-color css
<style>
a { background-color: #F403C0; }
a { background-color: rgb(244,3,192); }
div.DivClassName
{
background-color: #F403C0;
}
.BgClassName
{
background-color: #F403C0;
}
</style>
border-color css
<style>
span { border-color: #F403C0; }
span { border-color: rgb(244,3,192); }
td.TdClassName
{
border-color: #F403C0;
}
.TagClassName
{
border-color: #F403C0;
}
</style>