Shades of Azalea #F1C0C4
Tints of Azalea #F1C0C4
RGB
CMYK
RGB Variations
Color information
#F1C0C4 (or 0xF1C0C4) is known color: Azalea. HEX triplet: F1, C0 and C4. RGB value is (241,192,196). Sum of RGB (Red+Green+Blue) = 241+192+196=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0C4 is #0E3F3B. Grayscale: #CFCFCF. Windows color (decimal): -933692 or 12894449. OLE color: 12894449.
HSL color Cylindrical-coordinate representation of color #F1C0C4: hue angle of 355.1º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0C4 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 196 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.05 |
| HSL | 355.1º | 0.64% | 0.85% | - |
| HSV(B) | 355.1º | 0.2% | 0.95% | - |
| XYZ | 65.09 | 60.39 | 60.45 | - |
| YUV | 207.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 196 | 0 | 0.20 | 0.19 | 0.05 | 355.1 | 0.64 | 0.85 |
| Hex | F1 | C0 | C4 | 0 | 14 | 13 | 5 | 163 | 40 | 55 |
| Octal | 361 | 300 | 304 | 0 | 24 | 23 | 5 | 543 | 100 | 125 |
| Binary | 11110001 | 11000000 | 11000100 | 0 | 10100 | 10011 | 101 | 101100011 | 1000000 | 1010101 |
Color Harmonies of #F1C0C4
Complementary color
Monochromatic Colors of #F1C0C4
Black with #F1C0C4
Text Example
Text Example
White with #F1C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0C4; }
p { color: rgb(241,192,196); }
H1.HeaderClassName
{
color: #F1C0C4;
}
.AnyTagClassName
{
color: #F1C0C4;
}
</style>
background-color css
<style>
a { background-color: #F1C0C4; }
a { background-color: rgb(241,192,196); }
div.DivClassName
{
background-color: #F1C0C4;
}
.BgClassName
{
background-color: #F1C0C4;
}
</style>
border-color css
<style>
span { border-color: #F1C0C4; }
span { border-color: rgb(241,192,196); }
td.TdClassName
{
border-color: #F1C0C4;
}
.TagClassName
{
border-color: #F1C0C4;
}
</style>