Shades of Azalea #F1C0C7
Tints of Azalea #F1C0C7
RGB
CMYK
RGB Variations
Color information
#F1C0C7 (or 0xF1C0C7) is known color: Azalea. HEX triplet: F1, C0 and C7. RGB value is (241,192,199). Sum of RGB (Red+Green+Blue) = 241+192+199=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0C7 is #0E3F38. Grayscale: #CFCFCF. Windows color (decimal): -933689 or 13091057. OLE color: 13091057.
HSL color Cylindrical-coordinate representation of color #F1C0C7: hue angle of 351.43º 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 #F1C0C7 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 199 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.05 |
| HSL | 351.43º | 0.64% | 0.85% | - |
| HSV(B) | 351.43º | 0.2% | 0.95% | - |
| XYZ | 65.43 | 60.52 | 62.27 | - |
| YUV | 207.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 199 | 0 | 0.20 | 0.17 | 0.05 | 351.43 | 0.64 | 0.85 |
| Hex | F1 | C0 | C7 | 0 | 14 | 11 | 5 | 15F | 40 | 55 |
| Octal | 361 | 300 | 307 | 0 | 24 | 21 | 5 | 537 | 100 | 125 |
| Binary | 11110001 | 11000000 | 11000111 | 0 | 10100 | 10001 | 101 | 101011111 | 1000000 | 1010101 |
Color Harmonies of #F1C0C7
Complementary color
Monochromatic Colors of #F1C0C7
Black with #F1C0C7
Text Example
Text Example
White with #F1C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0C7; }
p { color: rgb(241,192,199); }
H1.HeaderClassName
{
color: #F1C0C7;
}
.AnyTagClassName
{
color: #F1C0C7;
}
</style>
background-color css
<style>
a { background-color: #F1C0C7; }
a { background-color: rgb(241,192,199); }
div.DivClassName
{
background-color: #F1C0C7;
}
.BgClassName
{
background-color: #F1C0C7;
}
</style>
border-color css
<style>
span { border-color: #F1C0C7; }
span { border-color: rgb(241,192,199); }
td.TdClassName
{
border-color: #F1C0C7;
}
.TagClassName
{
border-color: #F1C0C7;
}
</style>