Shades of Illusion #F7A2B0
Tints of Illusion #F7A2B0
RGB
CMYK
RGB Variations
Color information
#F7A2B0 (or 0xF7A2B0) is known color: Illusion. HEX triplet: F7, A2 and B0. RGB value is (247,162,176). Sum of RGB (Red+Green+Blue) = 247+162+176=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A2B0 is #085D4F. Grayscale: #BDBDBD. Windows color (decimal): -548176 or 11576055. OLE color: 11576055.
HSL color Cylindrical-coordinate representation of color #F7A2B0: hue angle of 350.12º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A2B0 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 162 | 176 | - |
CMYK | 0 | 0.34 | 0.29 | 0.03 |
HSL | 350.12º | 0.84% | 0.8% | - |
HSV(B) | 350.12º | 0.34% | 0.97% | - |
XYZ | 59.11 | 48.75 | 47.37 | - |
YUV | 189.01 | 120.66 | 169.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 162 | 176 | 0 | 0.34 | 0.29 | 0.03 | 350.12 | 0.84 | 0.8 |
Hex | F7 | A2 | B0 | 0 | 22 | 1D | 3 | 15E | 54 | 50 |
Octal | 367 | 242 | 260 | 0 | 42 | 35 | 3 | 536 | 124 | 120 |
Binary | 11110111 | 10100010 | 10110000 | 0 | 100010 | 11101 | 11 | 101011110 | 1010100 | 1010000 |
Color Harmonies of #F7A2B0
Complementary color
Monochromatic Colors of #F7A2B0
Black with #F7A2B0
Text Example
Text Example
White with #F7A2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2B0; }
p { color: rgb(247,162,176); }
H1.HeaderClassName
{
color: #F7A2B0;
}
.AnyTagClassName
{
color: #F7A2B0;
}
</style>
background-color css
<style>
a { background-color: #F7A2B0; }
a { background-color: rgb(247,162,176); }
div.DivClassName
{
background-color: #F7A2B0;
}
.BgClassName
{
background-color: #F7A2B0;
}
</style>
border-color css
<style>
span { border-color: #F7A2B0; }
span { border-color: rgb(247,162,176); }
td.TdClassName
{
border-color: #F7A2B0;
}
.TagClassName
{
border-color: #F7A2B0;
}
</style>