Shades of Illusion #F592B0
Tints of Illusion #F592B0
RGB
CMYK
RGB Variations
Color information
#F592B0 (or 0xF592B0) is known color: Illusion. HEX triplet: F5, 92 and B0. RGB value is (245,146,176). Sum of RGB (Red+Green+Blue) = 245+146+176=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F592B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F592B0 is #0A6D4F. Grayscale: #B3B3B3. Windows color (decimal): -683344 or 11571957. OLE color: 11571957.
HSL color Cylindrical-coordinate representation of color #F592B0: hue angle of 341.82º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592B0 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 176 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.04 |
| HSL | 341.82º | 0.83% | 0.77% | - |
| HSV(B) | 341.82º | 0.4% | 0.96% | - |
| XYZ | 55.77 | 43.1 | 46.45 | - |
| YUV | 179.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 176 | 0 | 0.40 | 0.28 | 0.04 | 341.82 | 0.83 | 0.77 |
| Hex | F5 | 92 | B0 | 0 | 28 | 1C | 4 | 156 | 53 | 4D |
| Octal | 365 | 222 | 260 | 0 | 50 | 34 | 4 | 526 | 123 | 115 |
| Binary | 11110101 | 10010010 | 10110000 | 0 | 101000 | 11100 | 100 | 101010110 | 1010011 | 1001101 |
Color Harmonies of #F592B0
Complementary color
Monochromatic Colors of #F592B0
Black with #F592B0
Text Example
Text Example
White with #F592B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592B0; }
p { color: rgb(245,146,176); }
H1.HeaderClassName
{
color: #F592B0;
}
.AnyTagClassName
{
color: #F592B0;
}
</style>
background-color css
<style>
a { background-color: #F592B0; }
a { background-color: rgb(245,146,176); }
div.DivClassName
{
background-color: #F592B0;
}
.BgClassName
{
background-color: #F592B0;
}
</style>
border-color css
<style>
span { border-color: #F592B0; }
span { border-color: rgb(245,146,176); }
td.TdClassName
{
border-color: #F592B0;
}
.TagClassName
{
border-color: #F592B0;
}
</style>