Shades of Illusion #F4A5B4
Tints of Illusion #F4A5B4
RGB
CMYK
RGB Variations
Color information
#F4A5B4 (or 0xF4A5B4) is known color: Illusion. HEX triplet: F4, A5 and B4. RGB value is (244,165,180). Sum of RGB (Red+Green+Blue) = 244+165+180=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A5B4 is #0B5A4B. Grayscale: #BEBEBE. Windows color (decimal): -744012 or 11838964. OLE color: 11838964.
HSL color Cylindrical-coordinate representation of color #F4A5B4: hue angle of 348.61º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A5B4 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 180 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.04 |
| HSL | 348.61º | 0.78% | 0.8% | - |
| HSV(B) | 348.61º | 0.32% | 0.96% | - |
| XYZ | 59 | 49.44 | 49.61 | - |
| YUV | 190.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 180 | 0 | 0.32 | 0.26 | 0.04 | 348.61 | 0.78 | 0.8 |
| Hex | F4 | A5 | B4 | 0 | 20 | 1A | 4 | 15D | 4E | 50 |
| Octal | 364 | 245 | 264 | 0 | 40 | 32 | 4 | 535 | 116 | 120 |
| Binary | 11110100 | 10100101 | 10110100 | 0 | 100000 | 11010 | 100 | 101011101 | 1001110 | 1010000 |
Color Harmonies of #F4A5B4
Complementary color
Monochromatic Colors of #F4A5B4
Black with #F4A5B4
Text Example
Text Example
White with #F4A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5B4; }
p { color: rgb(244,165,180); }
H1.HeaderClassName
{
color: #F4A5B4;
}
.AnyTagClassName
{
color: #F4A5B4;
}
</style>
background-color css
<style>
a { background-color: #F4A5B4; }
a { background-color: rgb(244,165,180); }
div.DivClassName
{
background-color: #F4A5B4;
}
.BgClassName
{
background-color: #F4A5B4;
}
</style>
border-color css
<style>
span { border-color: #F4A5B4; }
span { border-color: rgb(244,165,180); }
td.TdClassName
{
border-color: #F4A5B4;
}
.TagClassName
{
border-color: #F4A5B4;
}
</style>