Shades of Azalea #F2C1C9
Tints of Azalea #F2C1C9
RGB
CMYK
RGB Variations
Color information
#F2C1C9 (or 0xF2C1C9) is known color: Azalea. HEX triplet: F2, C1 and C9. RGB value is (242,193,201). Sum of RGB (Red+Green+Blue) = 242+193+201=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1C9 is #0D3E36. Grayscale: #D0D0D0. Windows color (decimal): -867895 or 13222386. OLE color: 13222386.
HSL color Cylindrical-coordinate representation of color #F2C1C9: hue angle of 350.2º degrees, saturation: 0.65, 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 #F2C1C9 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 201 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.05 |
| HSL | 350.2º | 0.65% | 0.85% | - |
| HSV(B) | 350.2º | 0.2% | 0.95% | - |
| XYZ | 66.23 | 61.23 | 63.59 | - |
| YUV | 208.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 201 | 0 | 0.20 | 0.17 | 0.05 | 350.2 | 0.65 | 0.85 |
| Hex | F2 | C1 | C9 | 0 | 14 | 11 | 5 | 15E | 41 | 55 |
| Octal | 362 | 301 | 311 | 0 | 24 | 21 | 5 | 536 | 101 | 125 |
| Binary | 11110010 | 11000001 | 11001001 | 0 | 10100 | 10001 | 101 | 101011110 | 1000001 | 1010101 |
Color Harmonies of #F2C1C9
Complementary color
Monochromatic Colors of #F2C1C9
Black with #F2C1C9
Text Example
Text Example
White with #F2C1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1C9; }
p { color: rgb(242,193,201); }
H1.HeaderClassName
{
color: #F2C1C9;
}
.AnyTagClassName
{
color: #F2C1C9;
}
</style>
background-color css
<style>
a { background-color: #F2C1C9; }
a { background-color: rgb(242,193,201); }
div.DivClassName
{
background-color: #F2C1C9;
}
.BgClassName
{
background-color: #F2C1C9;
}
</style>
border-color css
<style>
span { border-color: #F2C1C9; }
span { border-color: rgb(242,193,201); }
td.TdClassName
{
border-color: #F2C1C9;
}
.TagClassName
{
border-color: #F2C1C9;
}
</style>