Shades of Illusion #F598B2
Tints of Illusion #F598B2
RGB
CMYK
RGB Variations
Color information
#F598B2 (or 0xF598B2) is known color: Illusion. HEX triplet: F5, 98 and B2. RGB value is (245,152,178). Sum of RGB (Red+Green+Blue) = 245+152+178=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F598B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F598B2 is #0A674D. Grayscale: #B6B6B6. Windows color (decimal): -681806 or 11704565. OLE color: 11704565.
HSL color Cylindrical-coordinate representation of color #F598B2: hue angle of 343.23º 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 #F598B2 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 178 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.04 |
| HSL | 343.23º | 0.82% | 0.78% | - |
| HSV(B) | 343.23º | 0.38% | 0.96% | - |
| XYZ | 56.92 | 45.08 | 47.82 | - |
| YUV | 182.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 178 | 0 | 0.38 | 0.27 | 0.04 | 343.23 | 0.82 | 0.78 |
| Hex | F5 | 98 | B2 | 0 | 26 | 1B | 4 | 157 | 52 | 4E |
| Octal | 365 | 230 | 262 | 0 | 46 | 33 | 4 | 527 | 122 | 116 |
| Binary | 11110101 | 10011000 | 10110010 | 0 | 100110 | 11011 | 100 | 101010111 | 1010010 | 1001110 |
Color Harmonies of #F598B2
Complementary color
Monochromatic Colors of #F598B2
Black with #F598B2
Text Example
Text Example
White with #F598B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598B2; }
p { color: rgb(245,152,178); }
H1.HeaderClassName
{
color: #F598B2;
}
.AnyTagClassName
{
color: #F598B2;
}
</style>
background-color css
<style>
a { background-color: #F598B2; }
a { background-color: rgb(245,152,178); }
div.DivClassName
{
background-color: #F598B2;
}
.BgClassName
{
background-color: #F598B2;
}
</style>
border-color css
<style>
span { border-color: #F598B2; }
span { border-color: rgb(245,152,178); }
td.TdClassName
{
border-color: #F598B2;
}
.TagClassName
{
border-color: #F598B2;
}
</style>