Shades of Illusion #F398AF
Tints of Illusion #F398AF
RGB
CMYK
RGB Variations
Color information
#F398AF (or 0xF398AF) is known color: Illusion. HEX triplet: F3, 98 and AF. RGB value is (243,152,175). Sum of RGB (Red+Green+Blue) = 243+152+175=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F398AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F398AF is #0C6750. Grayscale: #B5B5B5. Windows color (decimal): -812881 or 11507955. OLE color: 11507955.
HSL color Cylindrical-coordinate representation of color #F398AF: hue angle of 344.84º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398AF is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 175 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.05 |
| HSL | 344.84º | 0.79% | 0.77% | - |
| HSV(B) | 344.84º | 0.37% | 0.95% | - |
| XYZ | 55.93 | 44.61 | 46.22 | - |
| YUV | 181.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 175 | 0 | 0.37 | 0.28 | 0.05 | 344.84 | 0.79 | 0.77 |
| Hex | F3 | 98 | AF | 0 | 25 | 1C | 5 | 159 | 4F | 4D |
| Octal | 363 | 230 | 257 | 0 | 45 | 34 | 5 | 531 | 117 | 115 |
| Binary | 11110011 | 10011000 | 10101111 | 0 | 100101 | 11100 | 101 | 101011001 | 1001111 | 1001101 |
Color Harmonies of #F398AF
Complementary color
Monochromatic Colors of #F398AF
Black with #F398AF
Text Example
Text Example
White with #F398AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398AF; }
p { color: rgb(243,152,175); }
H1.HeaderClassName
{
color: #F398AF;
}
.AnyTagClassName
{
color: #F398AF;
}
</style>
background-color css
<style>
a { background-color: #F398AF; }
a { background-color: rgb(243,152,175); }
div.DivClassName
{
background-color: #F398AF;
}
.BgClassName
{
background-color: #F398AF;
}
</style>
border-color css
<style>
span { border-color: #F398AF; }
span { border-color: rgb(243,152,175); }
td.TdClassName
{
border-color: #F398AF;
}
.TagClassName
{
border-color: #F398AF;
}
</style>