Shades of Illusion #F58AB3
Tints of Illusion #F58AB3
RGB
CMYK
RGB Variations
Color information
#F58AB3 (or 0xF58AB3) is known color: Illusion. HEX triplet: F5, 8A and B3. RGB value is (245,138,179). Sum of RGB (Red+Green+Blue) = 245+138+179=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58AB3 is #0A754C. Grayscale: #AEAEAE. Windows color (decimal): -685389 or 11766517. OLE color: 11766517.
HSL color Cylindrical-coordinate representation of color #F58AB3: hue angle of 337.01º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AB3 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 179 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.04 |
| HSL | 337.01º | 0.84% | 0.75% | - |
| HSV(B) | 337.01º | 0.44% | 0.96% | - |
| XYZ | 54.88 | 40.84 | 47.64 | - |
| YUV | 174.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 179 | 0 | 0.44 | 0.27 | 0.04 | 337.01 | 0.84 | 0.75 |
| Hex | F5 | 8A | B3 | 0 | 2C | 1B | 4 | 151 | 54 | 4B |
| Octal | 365 | 212 | 263 | 0 | 54 | 33 | 4 | 521 | 124 | 113 |
| Binary | 11110101 | 10001010 | 10110011 | 0 | 101100 | 11011 | 100 | 101010001 | 1010100 | 1001011 |
Color Harmonies of #F58AB3
Complementary color
Monochromatic Colors of #F58AB3
Black with #F58AB3
Text Example
Text Example
White with #F58AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AB3; }
p { color: rgb(245,138,179); }
H1.HeaderClassName
{
color: #F58AB3;
}
.AnyTagClassName
{
color: #F58AB3;
}
</style>
background-color css
<style>
a { background-color: #F58AB3; }
a { background-color: rgb(245,138,179); }
div.DivClassName
{
background-color: #F58AB3;
}
.BgClassName
{
background-color: #F58AB3;
}
</style>
border-color css
<style>
span { border-color: #F58AB3; }
span { border-color: rgb(245,138,179); }
td.TdClassName
{
border-color: #F58AB3;
}
.TagClassName
{
border-color: #F58AB3;
}
</style>