Shades of Illusion #F7A2B7
Tints of Illusion #F7A2B7
RGB
CMYK
RGB Variations
Color information
#F7A2B7 (or 0xF7A2B7) is known color: Illusion. HEX triplet: F7, A2 and B7. RGB value is (247,162,183). Sum of RGB (Red+Green+Blue) = 247+162+183=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2B7 is #085D48. Grayscale: #BDBDBD. Windows color (decimal): -548169 or 12034807. OLE color: 12034807.
HSL color Cylindrical-coordinate representation of color #F7A2B7: hue angle of 345.18º 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 #F7A2B7 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 183 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.03 |
| HSL | 345.18º | 0.84% | 0.8% | - |
| HSV(B) | 345.18º | 0.34% | 0.97% | - |
| XYZ | 59.83 | 49.03 | 51.11 | - |
| YUV | 189.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 183 | 0 | 0.34 | 0.26 | 0.03 | 345.18 | 0.84 | 0.8 |
| Hex | F7 | A2 | B7 | 0 | 22 | 1A | 3 | 159 | 54 | 50 |
| Octal | 367 | 242 | 267 | 0 | 42 | 32 | 3 | 531 | 124 | 120 |
| Binary | 11110111 | 10100010 | 10110111 | 0 | 100010 | 11010 | 11 | 101011001 | 1010100 | 1010000 |
Color Harmonies of #F7A2B7
Complementary color
Monochromatic Colors of #F7A2B7
Black with #F7A2B7
Text Example
Text Example
White with #F7A2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A2B7; }
p { color: rgb(247,162,183); }
H1.HeaderClassName
{
color: #F7A2B7;
}
.AnyTagClassName
{
color: #F7A2B7;
}
</style>
background-color css
<style>
a { background-color: #F7A2B7; }
a { background-color: rgb(247,162,183); }
div.DivClassName
{
background-color: #F7A2B7;
}
.BgClassName
{
background-color: #F7A2B7;
}
</style>
border-color css
<style>
span { border-color: #F7A2B7; }
span { border-color: rgb(247,162,183); }
td.TdClassName
{
border-color: #F7A2B7;
}
.TagClassName
{
border-color: #F7A2B7;
}
</style>