Shades of Shocking Pink #F108C5
Tints of Shocking Pink #F108C5
RGB
CMYK
RGB Variations
Color information
#F108C5 (or 0xF108C5) is known color: Shocking Pink. HEX triplet: F1, 08 and C5. RGB value is (241,8,197). Sum of RGB (Red+Green+Blue) = 241+8+197=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F108C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F108C5 is #0EF73A. Grayscale: #626262. Windows color (decimal): -980795 or 12912881. OLE color: 12912881.
HSL color Cylindrical-coordinate representation of color #F108C5: hue angle of 311.33º 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 #F108C5 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 197 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.05 |
| HSL | 311.33º | 0.94% | 0.49% | - |
| HSV(B) | 311.33º | 0.97% | 0.95% | - |
| XYZ | 46.44 | 22.91 | 54.8 | - |
| YUV | 99.21 | 183.19 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 197 | 0 | 0.97 | 0.18 | 0.05 | 311.33 | 0.94 | 0.49 |
| Hex | F1 | 8 | C5 | 0 | 61 | 12 | 5 | 137 | 5E | 31 |
| Octal | 361 | 10 | 305 | 0 | 141 | 22 | 5 | 467 | 136 | 61 |
| Binary | 11110001 | 1000 | 11000101 | 0 | 1100001 | 10010 | 101 | 100110111 | 1011110 | 110001 |
Color Harmonies of #F108C5
Complementary color
Monochromatic Colors of #F108C5
Black with #F108C5
Text Example
Text Example
White with #F108C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108C5; }
p { color: rgb(241,8,197); }
H1.HeaderClassName
{
color: #F108C5;
}
.AnyTagClassName
{
color: #F108C5;
}
</style>
background-color css
<style>
a { background-color: #F108C5; }
a { background-color: rgb(241,8,197); }
div.DivClassName
{
background-color: #F108C5;
}
.BgClassName
{
background-color: #F108C5;
}
</style>
border-color css
<style>
span { border-color: #F108C5; }
span { border-color: rgb(241,8,197); }
td.TdClassName
{
border-color: #F108C5;
}
.TagClassName
{
border-color: #F108C5;
}
</style>