Shades of Wax Flower #F0AF9A
Tints of Wax Flower #F0AF9A
RGB
CMYK
RGB Variations
Color information
#F0AF9A (or 0xF0AF9A) is known color: Wax Flower. HEX triplet: F0, AF and 9A. RGB value is (240,175,154). Sum of RGB (Red+Green+Blue) = 240+175+154=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AF9A is #0F5065. Grayscale: #C0C0C0. Windows color (decimal): -1003622 or 10137584. OLE color: 10137584.
HSL color Cylindrical-coordinate representation of color #F0AF9A: hue angle of 14.65º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0AF9A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 154 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.06 |
| HSL | 14.65º | 0.74% | 0.77% | - |
| HSV(B) | 14.65º | 0.36% | 0.94% | - |
| XYZ | 57.1 | 51.52 | 37.51 | - |
| YUV | 192.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 154 | 0 | 0.27 | 0.36 | 0.06 | 14.65 | 0.74 | 0.77 |
| Hex | F0 | AF | 9A | 0 | 1B | 24 | 6 | F | 4A | 4D |
| Octal | 360 | 257 | 232 | 0 | 33 | 44 | 6 | 17 | 112 | 115 |
| Binary | 11110000 | 10101111 | 10011010 | 0 | 11011 | 100100 | 110 | 1111 | 1001010 | 1001101 |
Color Harmonies of #F0AF9A
Complementary color
Monochromatic Colors of #F0AF9A
Black with #F0AF9A
Text Example
Text Example
White with #F0AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF9A; }
p { color: rgb(240,175,154); }
H1.HeaderClassName
{
color: #F0AF9A;
}
.AnyTagClassName
{
color: #F0AF9A;
}
</style>
background-color css
<style>
a { background-color: #F0AF9A; }
a { background-color: rgb(240,175,154); }
div.DivClassName
{
background-color: #F0AF9A;
}
.BgClassName
{
background-color: #F0AF9A;
}
</style>
border-color css
<style>
span { border-color: #F0AF9A; }
span { border-color: rgb(240,175,154); }
td.TdClassName
{
border-color: #F0AF9A;
}
.TagClassName
{
border-color: #F0AF9A;
}
</style>