Shades of Shocking Pink #F106C0
Tints of Shocking Pink #F106C0
RGB
CMYK
RGB Variations
Color information
#F106C0 (or 0xF106C0) is known color: Shocking Pink. HEX triplet: F1, 06 and C0. RGB value is (241,6,192). Sum of RGB (Red+Green+Blue) = 241+6+192=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F106C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F106C0 is #0EF93F. Grayscale: #606060. Windows color (decimal): -981312 or 12584689. OLE color: 12584689.
HSL color Cylindrical-coordinate representation of color #F106C0: hue angle of 312.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F106C0 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 192 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.05 |
| HSL | 312.51º | 0.95% | 0.48% | - |
| HSV(B) | 312.51º | 0.98% | 0.95% | - |
| XYZ | 45.86 | 22.64 | 51.82 | - |
| YUV | 97.47 | 181.36 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 192 | 0 | 0.98 | 0.20 | 0.05 | 312.51 | 0.95 | 0.48 |
| Hex | F1 | 6 | C0 | 0 | 62 | 14 | 5 | 139 | 5F | 30 |
| Octal | 361 | 6 | 300 | 0 | 142 | 24 | 5 | 471 | 137 | 60 |
| Binary | 11110001 | 110 | 11000000 | 0 | 1100010 | 10100 | 101 | 100111001 | 1011111 | 110000 |
Color Harmonies of #F106C0
Complementary color
Monochromatic Colors of #F106C0
Black with #F106C0
Text Example
Text Example
White with #F106C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106C0; }
p { color: rgb(241,6,192); }
H1.HeaderClassName
{
color: #F106C0;
}
.AnyTagClassName
{
color: #F106C0;
}
</style>
background-color css
<style>
a { background-color: #F106C0; }
a { background-color: rgb(241,6,192); }
div.DivClassName
{
background-color: #F106C0;
}
.BgClassName
{
background-color: #F106C0;
}
</style>
border-color css
<style>
span { border-color: #F106C0; }
span { border-color: rgb(241,6,192); }
td.TdClassName
{
border-color: #F106C0;
}
.TagClassName
{
border-color: #F106C0;
}
</style>