Shades of Shocking Pink #F407C3
Tints of Shocking Pink #F407C3
RGB
CMYK
RGB Variations
Color information
#F407C3 (or 0xF407C3) is known color: Shocking Pink. HEX triplet: F4, 07 and C3. RGB value is (244,7,195). Sum of RGB (Red+Green+Blue) = 244+7+195=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F407C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407C3 is #0BF83C. Grayscale: #626262. Windows color (decimal): -784445 or 12781556. OLE color: 12781556.
HSL color Cylindrical-coordinate representation of color #F407C3: hue angle of 312.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407C3 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 195 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.04 |
| HSL | 312.41º | 0.94% | 0.49% | - |
| HSV(B) | 312.41º | 0.97% | 0.96% | - |
| XYZ | 47.23 | 23.33 | 53.64 | - |
| YUV | 99.3 | 182.02 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 195 | 0 | 0.97 | 0.20 | 0.04 | 312.41 | 0.94 | 0.49 |
| Hex | F4 | 7 | C3 | 0 | 61 | 14 | 4 | 138 | 5E | 31 |
| Octal | 364 | 7 | 303 | 0 | 141 | 24 | 4 | 470 | 136 | 61 |
| Binary | 11110100 | 111 | 11000011 | 0 | 1100001 | 10100 | 100 | 100111000 | 1011110 | 110001 |
Color Harmonies of #F407C3
Complementary color
Monochromatic Colors of #F407C3
Black with #F407C3
Text Example
Text Example
White with #F407C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407C3; }
p { color: rgb(244,7,195); }
H1.HeaderClassName
{
color: #F407C3;
}
.AnyTagClassName
{
color: #F407C3;
}
</style>
background-color css
<style>
a { background-color: #F407C3; }
a { background-color: rgb(244,7,195); }
div.DivClassName
{
background-color: #F407C3;
}
.BgClassName
{
background-color: #F407C3;
}
</style>
border-color css
<style>
span { border-color: #F407C3; }
span { border-color: rgb(244,7,195); }
td.TdClassName
{
border-color: #F407C3;
}
.TagClassName
{
border-color: #F407C3;
}
</style>