Shades of Azalea #F2C2C9
Tints of Azalea #F2C2C9
RGB
CMYK
RGB Variations
Color information
#F2C2C9 (or 0xF2C2C9) is known color: Azalea. HEX triplet: F2, C2 and C9. RGB value is (242,194,201). Sum of RGB (Red+Green+Blue) = 242+194+201=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2C9 is #0D3D36. Grayscale: #D1D1D1. Windows color (decimal): -867639 or 13222642. OLE color: 13222642.
HSL color Cylindrical-coordinate representation of color #F2C2C9: hue angle of 351.25º 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 #F2C2C9 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 201 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.05 |
| HSL | 351.25º | 0.65% | 0.85% | - |
| HSV(B) | 351.25º | 0.2% | 0.95% | - |
| XYZ | 66.45 | 61.68 | 63.66 | - |
| YUV | 209.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 201 | 0 | 0.20 | 0.17 | 0.05 | 351.25 | 0.65 | 0.85 |
| Hex | F2 | C2 | C9 | 0 | 14 | 11 | 5 | 15F | 41 | 55 |
| Octal | 362 | 302 | 311 | 0 | 24 | 21 | 5 | 537 | 101 | 125 |
| Binary | 11110010 | 11000010 | 11001001 | 0 | 10100 | 10001 | 101 | 101011111 | 1000001 | 1010101 |
Color Harmonies of #F2C2C9
Complementary color
Monochromatic Colors of #F2C2C9
Black with #F2C2C9
Text Example
Text Example
White with #F2C2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C2C9; }
p { color: rgb(242,194,201); }
H1.HeaderClassName
{
color: #F2C2C9;
}
.AnyTagClassName
{
color: #F2C2C9;
}
</style>
background-color css
<style>
a { background-color: #F2C2C9; }
a { background-color: rgb(242,194,201); }
div.DivClassName
{
background-color: #F2C2C9;
}
.BgClassName
{
background-color: #F2C2C9;
}
</style>
border-color css
<style>
span { border-color: #F2C2C9; }
span { border-color: rgb(242,194,201); }
td.TdClassName
{
border-color: #F2C2C9;
}
.TagClassName
{
border-color: #F2C2C9;
}
</style>