Shades of Shocking #F1A3BD
Tints of Shocking #F1A3BD
RGB
CMYK
RGB Variations
Color information
#F1A3BD (or 0xF1A3BD) is known color: Shocking. HEX triplet: F1, A3 and BD. RGB value is (241,163,189). Sum of RGB (Red+Green+Blue) = 241+163+189=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3BD is #0E5C42. Grayscale: #BDBDBD. Windows color (decimal): -941123 or 12428273. OLE color: 12428273.
HSL color Cylindrical-coordinate representation of color #F1A3BD: hue angle of 340º 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 #F1A3BD is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 189 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.05 |
| HSL | 340º | 0.74% | 0.79% | - |
| HSV(B) | 340º | 0.32% | 0.95% | - |
| XYZ | 58.56 | 48.57 | 54.43 | - |
| YUV | 189.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 189 | 0 | 0.32 | 0.22 | 0.05 | 340 | 0.74 | 0.79 |
| Hex | F1 | A3 | BD | 0 | 20 | 16 | 5 | 154 | 4A | 4F |
| Octal | 361 | 243 | 275 | 0 | 40 | 26 | 5 | 524 | 112 | 117 |
| Binary | 11110001 | 10100011 | 10111101 | 0 | 100000 | 10110 | 101 | 101010100 | 1001010 | 1001111 |
Color Harmonies of #F1A3BD
Complementary color
Monochromatic Colors of #F1A3BD
Black with #F1A3BD
Text Example
Text Example
White with #F1A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3BD; }
p { color: rgb(241,163,189); }
H1.HeaderClassName
{
color: #F1A3BD;
}
.AnyTagClassName
{
color: #F1A3BD;
}
</style>
background-color css
<style>
a { background-color: #F1A3BD; }
a { background-color: rgb(241,163,189); }
div.DivClassName
{
background-color: #F1A3BD;
}
.BgClassName
{
background-color: #F1A3BD;
}
</style>
border-color css
<style>
span { border-color: #F1A3BD; }
span { border-color: rgb(241,163,189); }
td.TdClassName
{
border-color: #F1A3BD;
}
.TagClassName
{
border-color: #F1A3BD;
}
</style>