Shades of Zinnwaldite #F1BFAF
Tints of Zinnwaldite #F1BFAF
RGB
CMYK
RGB Variations
Color information
#F1BFAF (or 0xF1BFAF) is known color: Zinnwaldite. HEX triplet: F1, BF and AF. RGB value is (241,191,175). Sum of RGB (Red+Green+Blue) = 241+191+175=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BFAF is #0E4050. Grayscale: #CCCCCC. Windows color (decimal): -933969 or 11517937. OLE color: 11517937.
HSL color Cylindrical-coordinate representation of color #F1BFAF: hue angle of 14.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1BFAF is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 175 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.05 |
| HSL | 14.55º | 0.7% | 0.82% | - |
| HSV(B) | 14.55º | 0.27% | 0.95% | - |
| XYZ | 62.64 | 59.06 | 48.65 | - |
| YUV | 204.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 175 | 0 | 0.21 | 0.27 | 0.05 | 14.55 | 0.7 | 0.82 |
| Hex | F1 | BF | AF | 0 | 15 | 1B | 5 | F | 46 | 52 |
| Octal | 361 | 277 | 257 | 0 | 25 | 33 | 5 | 17 | 106 | 122 |
| Binary | 11110001 | 10111111 | 10101111 | 0 | 10101 | 11011 | 101 | 1111 | 1000110 | 1010010 |
Color Harmonies of #F1BFAF
Complementary color
Monochromatic Colors of #F1BFAF
Black with #F1BFAF
Text Example
Text Example
White with #F1BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFAF; }
p { color: rgb(241,191,175); }
H1.HeaderClassName
{
color: #F1BFAF;
}
.AnyTagClassName
{
color: #F1BFAF;
}
</style>
background-color css
<style>
a { background-color: #F1BFAF; }
a { background-color: rgb(241,191,175); }
div.DivClassName
{
background-color: #F1BFAF;
}
.BgClassName
{
background-color: #F1BFAF;
}
</style>
border-color css
<style>
span { border-color: #F1BFAF; }
span { border-color: rgb(241,191,175); }
td.TdClassName
{
border-color: #F1BFAF;
}
.TagClassName
{
border-color: #F1BFAF;
}
</style>