Shades of Illusion #F58FAF
Tints of Illusion #F58FAF
RGB
CMYK
RGB Variations
Color information
#F58FAF (or 0xF58FAF) is known color: Illusion. HEX triplet: F5, 8F and AF. RGB value is (245,143,175). Sum of RGB (Red+Green+Blue) = 245+143+175=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58FAF is #0A7050. Grayscale: #B1B1B1. Windows color (decimal): -684113 or 11505653. OLE color: 11505653.
HSL color Cylindrical-coordinate representation of color #F58FAF: hue angle of 341.18º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FAF is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 175 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.04 |
| HSL | 341.18º | 0.84% | 0.76% | - |
| HSV(B) | 341.18º | 0.42% | 0.96% | - |
| XYZ | 55.22 | 42.15 | 45.78 | - |
| YUV | 177.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 175 | 0 | 0.42 | 0.29 | 0.04 | 341.18 | 0.84 | 0.76 |
| Hex | F5 | 8F | AF | 0 | 2A | 1D | 4 | 155 | 54 | 4C |
| Octal | 365 | 217 | 257 | 0 | 52 | 35 | 4 | 525 | 124 | 114 |
| Binary | 11110101 | 10001111 | 10101111 | 0 | 101010 | 11101 | 100 | 101010101 | 1010100 | 1001100 |
Color Harmonies of #F58FAF
Complementary color
Monochromatic Colors of #F58FAF
Black with #F58FAF
Text Example
Text Example
White with #F58FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FAF; }
p { color: rgb(245,143,175); }
H1.HeaderClassName
{
color: #F58FAF;
}
.AnyTagClassName
{
color: #F58FAF;
}
</style>
background-color css
<style>
a { background-color: #F58FAF; }
a { background-color: rgb(245,143,175); }
div.DivClassName
{
background-color: #F58FAF;
}
.BgClassName
{
background-color: #F58FAF;
}
</style>
border-color css
<style>
span { border-color: #F58FAF; }
span { border-color: rgb(245,143,175); }
td.TdClassName
{
border-color: #F58FAF;
}
.TagClassName
{
border-color: #F58FAF;
}
</style>