Shades of Illusion #F58BB5
Tints of Illusion #F58BB5
RGB
CMYK
RGB Variations
Color information
#F58BB5 (or 0xF58BB5) is known color: Illusion. HEX triplet: F5, 8B and B5. RGB value is (245,139,181). Sum of RGB (Red+Green+Blue) = 245+139+181=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BB5 is #0A744A. Grayscale: #AFAFAF. Windows color (decimal): -685131 or 11897845. OLE color: 11897845.
HSL color Cylindrical-coordinate representation of color #F58BB5: hue angle of 336.23º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58BB5 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 181 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.04 |
| HSL | 336.23º | 0.84% | 0.75% | - |
| HSV(B) | 336.23º | 0.43% | 0.96% | - |
| XYZ | 55.23 | 41.21 | 48.76 | - |
| YUV | 175.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 181 | 0 | 0.43 | 0.26 | 0.04 | 336.23 | 0.84 | 0.75 |
| Hex | F5 | 8B | B5 | 0 | 2B | 1A | 4 | 150 | 54 | 4B |
| Octal | 365 | 213 | 265 | 0 | 53 | 32 | 4 | 520 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10110101 | 0 | 101011 | 11010 | 100 | 101010000 | 1010100 | 1001011 |
Color Harmonies of #F58BB5
Complementary color
Monochromatic Colors of #F58BB5
Black with #F58BB5
Text Example
Text Example
White with #F58BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BB5; }
p { color: rgb(245,139,181); }
H1.HeaderClassName
{
color: #F58BB5;
}
.AnyTagClassName
{
color: #F58BB5;
}
</style>
background-color css
<style>
a { background-color: #F58BB5; }
a { background-color: rgb(245,139,181); }
div.DivClassName
{
background-color: #F58BB5;
}
.BgClassName
{
background-color: #F58BB5;
}
</style>
border-color css
<style>
span { border-color: #F58BB5; }
span { border-color: rgb(245,139,181); }
td.TdClassName
{
border-color: #F58BB5;
}
.TagClassName
{
border-color: #F58BB5;
}
</style>