Shades of Shocking Pink #F21FC6
Tints of Shocking Pink #F21FC6
RGB
CMYK
RGB Variations
Color information
#F21FC6 (or 0xF21FC6) is known color: Shocking Pink. HEX triplet: F2, 1F and C6. RGB value is (242,31,198). Sum of RGB (Red+Green+Blue) = 242+31+198=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FC6 is #0DE039. Grayscale: #707070. Windows color (decimal): -909370 or 12984306. OLE color: 12984306.
HSL color Cylindrical-coordinate representation of color #F21FC6: hue angle of 312.51º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FC6 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 198 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.05 |
| HSL | 312.51º | 0.89% | 0.54% | - |
| HSV(B) | 312.51º | 0.87% | 0.95% | - |
| XYZ | 47.3 | 23.93 | 55.55 | - |
| YUV | 113.13 | 175.9 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 198 | 0 | 0.87 | 0.18 | 0.05 | 312.51 | 0.89 | 0.54 |
| Hex | F2 | 1F | C6 | 0 | 57 | 12 | 5 | 139 | 59 | 36 |
| Octal | 362 | 37 | 306 | 0 | 127 | 22 | 5 | 471 | 131 | 66 |
| Binary | 11110010 | 11111 | 11000110 | 0 | 1010111 | 10010 | 101 | 100111001 | 1011001 | 110110 |
Color Harmonies of #F21FC6
Complementary color
Monochromatic Colors of #F21FC6
Black with #F21FC6
Text Example
Text Example
White with #F21FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FC6; }
p { color: rgb(242,31,198); }
H1.HeaderClassName
{
color: #F21FC6;
}
.AnyTagClassName
{
color: #F21FC6;
}
</style>
background-color css
<style>
a { background-color: #F21FC6; }
a { background-color: rgb(242,31,198); }
div.DivClassName
{
background-color: #F21FC6;
}
.BgClassName
{
background-color: #F21FC6;
}
</style>
border-color css
<style>
span { border-color: #F21FC6; }
span { border-color: rgb(242,31,198); }
td.TdClassName
{
border-color: #F21FC6;
}
.TagClassName
{
border-color: #F21FC6;
}
</style>