Shades of Shocking #F1A0C5
Tints of Shocking #F1A0C5
RGB
CMYK
RGB Variations
Color information
#F1A0C5 (or 0xF1A0C5) is known color: Shocking. HEX triplet: F1, A0 and C5. RGB value is (241,160,197). Sum of RGB (Red+Green+Blue) = 241+160+197=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A0C5 is #0E5F3A. Grayscale: #BCBCBC. Windows color (decimal): -941883 or 12951793. OLE color: 12951793.
HSL color Cylindrical-coordinate representation of color #F1A0C5: hue angle of 332.59º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A0C5 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 160 | 197 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.05 |
| HSL | 332.59º | 0.74% | 0.79% | - |
| HSV(B) | 332.59º | 0.34% | 0.95% | - |
| XYZ | 58.92 | 47.87 | 58.96 | - |
| YUV | 188.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 197 | 0 | 0.34 | 0.18 | 0.05 | 332.59 | 0.74 | 0.79 |
| Hex | F1 | A0 | C5 | 0 | 22 | 12 | 5 | 14D | 4A | 4F |
| Octal | 361 | 240 | 305 | 0 | 42 | 22 | 5 | 515 | 112 | 117 |
| Binary | 11110001 | 10100000 | 11000101 | 0 | 100010 | 10010 | 101 | 101001101 | 1001010 | 1001111 |
Color Harmonies of #F1A0C5
Complementary color
Monochromatic Colors of #F1A0C5
Black with #F1A0C5
Text Example
Text Example
White with #F1A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A0C5; }
p { color: rgb(241,160,197); }
H1.HeaderClassName
{
color: #F1A0C5;
}
.AnyTagClassName
{
color: #F1A0C5;
}
</style>
background-color css
<style>
a { background-color: #F1A0C5; }
a { background-color: rgb(241,160,197); }
div.DivClassName
{
background-color: #F1A0C5;
}
.BgClassName
{
background-color: #F1A0C5;
}
</style>
border-color css
<style>
span { border-color: #F1A0C5; }
span { border-color: rgb(241,160,197); }
td.TdClassName
{
border-color: #F1A0C5;
}
.TagClassName
{
border-color: #F1A0C5;
}
</style>