Shades of Azalea #F2C0C7
Tints of Azalea #F2C0C7
RGB
CMYK
RGB Variations
Color information
#F2C0C7 (or 0xF2C0C7) is known color: Azalea. HEX triplet: F2, C0 and C7. RGB value is (242,192,199). Sum of RGB (Red+Green+Blue) = 242+192+199=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0C7 is #0D3F38. Grayscale: #CFCFCF. Windows color (decimal): -868153 or 13091058. OLE color: 13091058.
HSL color Cylindrical-coordinate representation of color #F2C0C7: hue angle of 351.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0C7 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 199 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.05 |
| HSL | 351.6º | 0.66% | 0.85% | - |
| HSV(B) | 351.6º | 0.21% | 0.95% | - |
| XYZ | 65.78 | 60.7 | 62.28 | - |
| YUV | 207.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 199 | 0 | 0.21 | 0.18 | 0.05 | 351.6 | 0.66 | 0.85 |
| Hex | F2 | C0 | C7 | 0 | 15 | 12 | 5 | 160 | 42 | 55 |
| Octal | 362 | 300 | 307 | 0 | 25 | 22 | 5 | 540 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11000111 | 0 | 10101 | 10010 | 101 | 101100000 | 1000010 | 1010101 |
Color Harmonies of #F2C0C7
Complementary color
Monochromatic Colors of #F2C0C7
Black with #F2C0C7
Text Example
Text Example
White with #F2C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0C7; }
p { color: rgb(242,192,199); }
H1.HeaderClassName
{
color: #F2C0C7;
}
.AnyTagClassName
{
color: #F2C0C7;
}
</style>
background-color css
<style>
a { background-color: #F2C0C7; }
a { background-color: rgb(242,192,199); }
div.DivClassName
{
background-color: #F2C0C7;
}
.BgClassName
{
background-color: #F2C0C7;
}
</style>
border-color css
<style>
span { border-color: #F2C0C7; }
span { border-color: rgb(242,192,199); }
td.TdClassName
{
border-color: #F2C0C7;
}
.TagClassName
{
border-color: #F2C0C7;
}
</style>