Shades of Shocking Pink #F40CC1
Tints of Shocking Pink #F40CC1
RGB
CMYK
RGB Variations
Color information
#F40CC1 (or 0xF40CC1) is known color: Shocking Pink. HEX triplet: F4, 0C and C1. RGB value is (244,12,193). Sum of RGB (Red+Green+Blue) = 244+12+193=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CC1 is #0BF33E. Grayscale: #656565. Windows color (decimal): -783167 or 12651764. OLE color: 12651764.
HSL color Cylindrical-coordinate representation of color #F40CC1: hue angle of 313.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CC1 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 193 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.04 |
| HSL | 313.19º | 0.91% | 0.5% | - |
| HSV(B) | 313.19º | 0.95% | 0.96% | - |
| XYZ | 47.07 | 23.35 | 52.48 | - |
| YUV | 102 | 179.36 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 193 | 0 | 0.95 | 0.21 | 0.04 | 313.19 | 0.91 | 0.5 |
| Hex | F4 | C | C1 | 0 | 5F | 15 | 4 | 139 | 5B | 32 |
| Octal | 364 | 14 | 301 | 0 | 137 | 25 | 4 | 471 | 133 | 62 |
| Binary | 11110100 | 1100 | 11000001 | 0 | 1011111 | 10101 | 100 | 100111001 | 1011011 | 110010 |
Color Harmonies of #F40CC1
Complementary color
Monochromatic Colors of #F40CC1
Black with #F40CC1
Text Example
Text Example
White with #F40CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CC1; }
p { color: rgb(244,12,193); }
H1.HeaderClassName
{
color: #F40CC1;
}
.AnyTagClassName
{
color: #F40CC1;
}
</style>
background-color css
<style>
a { background-color: #F40CC1; }
a { background-color: rgb(244,12,193); }
div.DivClassName
{
background-color: #F40CC1;
}
.BgClassName
{
background-color: #F40CC1;
}
</style>
border-color css
<style>
span { border-color: #F40CC1; }
span { border-color: rgb(244,12,193); }
td.TdClassName
{
border-color: #F40CC1;
}
.TagClassName
{
border-color: #F40CC1;
}
</style>