Shades of Illusion #F599AF
Tints of Illusion #F599AF
RGB
CMYK
RGB Variations
Color information
#F599AF (or 0xF599AF) is known color: Illusion. HEX triplet: F5, 99 and AF. RGB value is (245,153,175). Sum of RGB (Red+Green+Blue) = 245+153+175=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F599AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F599AF is #0A6650. Grayscale: #B7B7B7. Windows color (decimal): -681553 or 11508213. OLE color: 11508213.
HSL color Cylindrical-coordinate representation of color #F599AF: hue angle of 345.65º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F599AF is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 175 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.04 |
| HSL | 345.65º | 0.82% | 0.78% | - |
| HSV(B) | 345.65º | 0.38% | 0.96% | - |
| XYZ | 56.79 | 45.29 | 46.31 | - |
| YUV | 183.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 175 | 0 | 0.38 | 0.29 | 0.04 | 345.65 | 0.82 | 0.78 |
| Hex | F5 | 99 | AF | 0 | 26 | 1D | 4 | 15A | 52 | 4E |
| Octal | 365 | 231 | 257 | 0 | 46 | 35 | 4 | 532 | 122 | 116 |
| Binary | 11110101 | 10011001 | 10101111 | 0 | 100110 | 11101 | 100 | 101011010 | 1010010 | 1001110 |
Color Harmonies of #F599AF
Complementary color
Monochromatic Colors of #F599AF
Black with #F599AF
Text Example
Text Example
White with #F599AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F599AF; }
p { color: rgb(245,153,175); }
H1.HeaderClassName
{
color: #F599AF;
}
.AnyTagClassName
{
color: #F599AF;
}
</style>
background-color css
<style>
a { background-color: #F599AF; }
a { background-color: rgb(245,153,175); }
div.DivClassName
{
background-color: #F599AF;
}
.BgClassName
{
background-color: #F599AF;
}
</style>
border-color css
<style>
span { border-color: #F599AF; }
span { border-color: rgb(245,153,175); }
td.TdClassName
{
border-color: #F599AF;
}
.TagClassName
{
border-color: #F599AF;
}
</style>