Shades of Shocking Pink #F405C2
Tints of Shocking Pink #F405C2
RGB
CMYK
RGB Variations
Color information
#F405C2 (or 0xF405C2) is known color: Shocking Pink. HEX triplet: F4, 05 and C2. RGB value is (244,5,194). Sum of RGB (Red+Green+Blue) = 244+5+194=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F405C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405C2 is #0BFA3D. Grayscale: #616161. Windows color (decimal): -784958 or 12715508. OLE color: 12715508.
HSL color Cylindrical-coordinate representation of color #F405C2: hue angle of 312.55º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405C2 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.04 |
| HSL | 312.55º | 0.96% | 0.49% | - |
| HSV(B) | 312.55º | 0.98% | 0.96% | - |
| XYZ | 47.1 | 23.24 | 53.04 | - |
| YUV | 98.01 | 182.18 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 194 | 0 | 0.98 | 0.20 | 0.04 | 312.55 | 0.96 | 0.49 |
| Hex | F4 | 5 | C2 | 0 | 62 | 14 | 4 | 139 | 60 | 31 |
| Octal | 364 | 5 | 302 | 0 | 142 | 24 | 4 | 471 | 140 | 61 |
| Binary | 11110100 | 101 | 11000010 | 0 | 1100010 | 10100 | 100 | 100111001 | 1100000 | 110001 |
Color Harmonies of #F405C2
Complementary color
Monochromatic Colors of #F405C2
Black with #F405C2
Text Example
Text Example
White with #F405C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405C2; }
p { color: rgb(244,5,194); }
H1.HeaderClassName
{
color: #F405C2;
}
.AnyTagClassName
{
color: #F405C2;
}
</style>
background-color css
<style>
a { background-color: #F405C2; }
a { background-color: rgb(244,5,194); }
div.DivClassName
{
background-color: #F405C2;
}
.BgClassName
{
background-color: #F405C2;
}
</style>
border-color css
<style>
span { border-color: #F405C2; }
span { border-color: rgb(244,5,194); }
td.TdClassName
{
border-color: #F405C2;
}
.TagClassName
{
border-color: #F405C2;
}
</style>