Shades of Shocking Pink #F40FC1
Tints of Shocking Pink #F40FC1
RGB
CMYK
RGB Variations
Color information
#F40FC1 (or 0xF40FC1) is known color: Shocking Pink. HEX triplet: F4, 0F and C1. RGB value is (244,15,193). Sum of RGB (Red+Green+Blue) = 244+15+193=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FC1 is #0BF03E. Grayscale: #676767. Windows color (decimal): -782399 or 12652532. OLE color: 12652532.
HSL color Cylindrical-coordinate representation of color #F40FC1: hue angle of 313.36º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FC1 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 193 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.04 |
| HSL | 313.36º | 0.91% | 0.51% | - |
| HSV(B) | 313.36º | 0.94% | 0.96% | - |
| XYZ | 47.1 | 23.43 | 52.49 | - |
| YUV | 103.76 | 178.37 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 193 | 0 | 0.94 | 0.21 | 0.04 | 313.36 | 0.91 | 0.51 |
| Hex | F4 | F | C1 | 0 | 5E | 15 | 4 | 139 | 5B | 33 |
| Octal | 364 | 17 | 301 | 0 | 136 | 25 | 4 | 471 | 133 | 63 |
| Binary | 11110100 | 1111 | 11000001 | 0 | 1011110 | 10101 | 100 | 100111001 | 1011011 | 110011 |
Color Harmonies of #F40FC1
Complementary color
Monochromatic Colors of #F40FC1
Black with #F40FC1
Text Example
Text Example
White with #F40FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FC1; }
p { color: rgb(244,15,193); }
H1.HeaderClassName
{
color: #F40FC1;
}
.AnyTagClassName
{
color: #F40FC1;
}
</style>
background-color css
<style>
a { background-color: #F40FC1; }
a { background-color: rgb(244,15,193); }
div.DivClassName
{
background-color: #F40FC1;
}
.BgClassName
{
background-color: #F40FC1;
}
</style>
border-color css
<style>
span { border-color: #F40FC1; }
span { border-color: rgb(244,15,193); }
td.TdClassName
{
border-color: #F40FC1;
}
.TagClassName
{
border-color: #F40FC1;
}
</style>