Shades of Zinnwaldite #F2BFAF
Tints of Zinnwaldite #F2BFAF
RGB
CMYK
RGB Variations
Color information
#F2BFAF (or 0xF2BFAF) is known color: Zinnwaldite. HEX triplet: F2, BF and AF. RGB value is (242,191,175). Sum of RGB (Red+Green+Blue) = 242+191+175=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BFAF is #0D4050. Grayscale: #CCCCCC. Windows color (decimal): -868433 or 11517938. OLE color: 11517938.
HSL color Cylindrical-coordinate representation of color #F2BFAF: hue angle of 14.33º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2BFAF is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 175 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.05 |
| HSL | 14.33º | 0.72% | 0.82% | - |
| HSV(B) | 14.33º | 0.28% | 0.95% | - |
| XYZ | 62.99 | 59.23 | 48.67 | - |
| YUV | 204.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 175 | 0 | 0.21 | 0.28 | 0.05 | 14.33 | 0.72 | 0.82 |
| Hex | F2 | BF | AF | 0 | 15 | 1C | 5 | E | 48 | 52 |
| Octal | 362 | 277 | 257 | 0 | 25 | 34 | 5 | 16 | 110 | 122 |
| Binary | 11110010 | 10111111 | 10101111 | 0 | 10101 | 11100 | 101 | 1110 | 1001000 | 1010010 |
Color Harmonies of #F2BFAF
Complementary color
Monochromatic Colors of #F2BFAF
Black with #F2BFAF
Text Example
Text Example
White with #F2BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFAF; }
p { color: rgb(242,191,175); }
H1.HeaderClassName
{
color: #F2BFAF;
}
.AnyTagClassName
{
color: #F2BFAF;
}
</style>
background-color css
<style>
a { background-color: #F2BFAF; }
a { background-color: rgb(242,191,175); }
div.DivClassName
{
background-color: #F2BFAF;
}
.BgClassName
{
background-color: #F2BFAF;
}
</style>
border-color css
<style>
span { border-color: #F2BFAF; }
span { border-color: rgb(242,191,175); }
td.TdClassName
{
border-color: #F2BFAF;
}
.TagClassName
{
border-color: #F2BFAF;
}
</style>