Shades of Shocking Pink #F106C5
Tints of Shocking Pink #F106C5
RGB
CMYK
RGB Variations
Color information
#F106C5 (or 0xF106C5) is known color: Shocking Pink. HEX triplet: F1, 06 and C5. RGB value is (241,6,197). Sum of RGB (Red+Green+Blue) = 241+6+197=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F106C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F106C5 is #0EF93A. Grayscale: #616161. Windows color (decimal): -981307 or 12912369. OLE color: 12912369.
HSL color Cylindrical-coordinate representation of color #F106C5: hue angle of 311.23º 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 #F106C5 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 197 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.05 |
| HSL | 311.23º | 0.95% | 0.48% | - |
| HSV(B) | 311.23º | 0.98% | 0.95% | - |
| XYZ | 46.42 | 22.86 | 54.79 | - |
| YUV | 98.04 | 183.86 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 197 | 0 | 0.98 | 0.18 | 0.05 | 311.23 | 0.95 | 0.48 |
| Hex | F1 | 6 | C5 | 0 | 62 | 12 | 5 | 137 | 5F | 30 |
| Octal | 361 | 6 | 305 | 0 | 142 | 22 | 5 | 467 | 137 | 60 |
| Binary | 11110001 | 110 | 11000101 | 0 | 1100010 | 10010 | 101 | 100110111 | 1011111 | 110000 |
Color Harmonies of #F106C5
Complementary color
Monochromatic Colors of #F106C5
Black with #F106C5
Text Example
Text Example
White with #F106C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106C5; }
p { color: rgb(241,6,197); }
H1.HeaderClassName
{
color: #F106C5;
}
.AnyTagClassName
{
color: #F106C5;
}
</style>
background-color css
<style>
a { background-color: #F106C5; }
a { background-color: rgb(241,6,197); }
div.DivClassName
{
background-color: #F106C5;
}
.BgClassName
{
background-color: #F106C5;
}
</style>
border-color css
<style>
span { border-color: #F106C5; }
span { border-color: rgb(241,6,197); }
td.TdClassName
{
border-color: #F106C5;
}
.TagClassName
{
border-color: #F106C5;
}
</style>