Shades of Shocking #F1A3C1
Tints of Shocking #F1A3C1
RGB
CMYK
RGB Variations
Color information
#F1A3C1 (or 0xF1A3C1) is known color: Shocking. HEX triplet: F1, A3 and C1. RGB value is (241,163,193). Sum of RGB (Red+Green+Blue) = 241+163+193=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 163 (64.06% from 255 or 27.30% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3C1 is #0E5C3E. Grayscale: #BDBDBD. Windows color (decimal): -941119 or 12690417. OLE color: 12690417.
HSL color Cylindrical-coordinate representation of color #F1A3C1: hue angle of 336.92º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3C1 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 193 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.05 |
| HSL | 336.92º | 0.74% | 0.79% | - |
| HSV(B) | 336.92º | 0.32% | 0.95% | - |
| XYZ | 59 | 48.75 | 56.75 | - |
| YUV | 189.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 193 | 0 | 0.32 | 0.20 | 0.05 | 336.92 | 0.74 | 0.79 |
| Hex | F1 | A3 | C1 | 0 | 20 | 14 | 5 | 151 | 4A | 4F |
| Octal | 361 | 243 | 301 | 0 | 40 | 24 | 5 | 521 | 112 | 117 |
| Binary | 11110001 | 10100011 | 11000001 | 0 | 100000 | 10100 | 101 | 101010001 | 1001010 | 1001111 |
Color Harmonies of #F1A3C1
Complementary color
Monochromatic Colors of #F1A3C1
Black with #F1A3C1
Text Example
Text Example
White with #F1A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3C1; }
p { color: rgb(241,163,193); }
H1.HeaderClassName
{
color: #F1A3C1;
}
.AnyTagClassName
{
color: #F1A3C1;
}
</style>
background-color css
<style>
a { background-color: #F1A3C1; }
a { background-color: rgb(241,163,193); }
div.DivClassName
{
background-color: #F1A3C1;
}
.BgClassName
{
background-color: #F1A3C1;
}
</style>
border-color css
<style>
span { border-color: #F1A3C1; }
span { border-color: rgb(241,163,193); }
td.TdClassName
{
border-color: #F1A3C1;
}
.TagClassName
{
border-color: #F1A3C1;
}
</style>