Shades of Shocking Pink #F107C5
Tints of Shocking Pink #F107C5
RGB
CMYK
RGB Variations
Color information
#F107C5 (or 0xF107C5) is known color: Shocking Pink. HEX triplet: F1, 07 and C5. RGB value is (241,7,197). Sum of RGB (Red+Green+Blue) = 241+7+197=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F107C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F107C5 is #0EF83A. Grayscale: #626262. Windows color (decimal): -981051 or 12912625. OLE color: 12912625.
HSL color Cylindrical-coordinate representation of color #F107C5: hue angle of 311.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F107C5 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 197 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.05 |
| HSL | 311.28º | 0.94% | 0.49% | - |
| HSV(B) | 311.28º | 0.97% | 0.95% | - |
| XYZ | 46.43 | 22.88 | 54.79 | - |
| YUV | 98.63 | 183.52 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 197 | 0 | 0.97 | 0.18 | 0.05 | 311.28 | 0.94 | 0.49 |
| Hex | F1 | 7 | C5 | 0 | 61 | 12 | 5 | 137 | 5E | 31 |
| Octal | 361 | 7 | 305 | 0 | 141 | 22 | 5 | 467 | 136 | 61 |
| Binary | 11110001 | 111 | 11000101 | 0 | 1100001 | 10010 | 101 | 100110111 | 1011110 | 110001 |
Color Harmonies of #F107C5
Complementary color
Monochromatic Colors of #F107C5
Black with #F107C5
Text Example
Text Example
White with #F107C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107C5; }
p { color: rgb(241,7,197); }
H1.HeaderClassName
{
color: #F107C5;
}
.AnyTagClassName
{
color: #F107C5;
}
</style>
background-color css
<style>
a { background-color: #F107C5; }
a { background-color: rgb(241,7,197); }
div.DivClassName
{
background-color: #F107C5;
}
.BgClassName
{
background-color: #F107C5;
}
</style>
border-color css
<style>
span { border-color: #F107C5; }
span { border-color: rgb(241,7,197); }
td.TdClassName
{
border-color: #F107C5;
}
.TagClassName
{
border-color: #F107C5;
}
</style>