Shades of Illusion #F595AF
Tints of Illusion #F595AF
RGB
CMYK
RGB Variations
Color information
#F595AF (or 0xF595AF) is known color: Illusion. HEX triplet: F5, 95 and AF. RGB value is (245,149,175). Sum of RGB (Red+Green+Blue) = 245+149+175=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F595AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F595AF is #0A6A50. Grayscale: #B4B4B4. Windows color (decimal): -682577 or 11507189. OLE color: 11507189.
HSL color Cylindrical-coordinate representation of color #F595AF: hue angle of 343.75º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F595AF is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 175 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.04 |
| HSL | 343.75º | 0.83% | 0.77% | - |
| HSV(B) | 343.75º | 0.39% | 0.96% | - |
| XYZ | 56.14 | 44 | 46.09 | - |
| YUV | 180.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 175 | 0 | 0.39 | 0.29 | 0.04 | 343.75 | 0.83 | 0.77 |
| Hex | F5 | 95 | AF | 0 | 27 | 1D | 4 | 158 | 53 | 4D |
| Octal | 365 | 225 | 257 | 0 | 47 | 35 | 4 | 530 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10101111 | 0 | 100111 | 11101 | 100 | 101011000 | 1010011 | 1001101 |
Color Harmonies of #F595AF
Complementary color
Monochromatic Colors of #F595AF
Black with #F595AF
Text Example
Text Example
White with #F595AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595AF; }
p { color: rgb(245,149,175); }
H1.HeaderClassName
{
color: #F595AF;
}
.AnyTagClassName
{
color: #F595AF;
}
</style>
background-color css
<style>
a { background-color: #F595AF; }
a { background-color: rgb(245,149,175); }
div.DivClassName
{
background-color: #F595AF;
}
.BgClassName
{
background-color: #F595AF;
}
</style>
border-color css
<style>
span { border-color: #F595AF; }
span { border-color: rgb(245,149,175); }
td.TdClassName
{
border-color: #F595AF;
}
.TagClassName
{
border-color: #F595AF;
}
</style>