Shades of Illusion #F398B1
Tints of Illusion #F398B1
RGB
CMYK
RGB Variations
Color information
#F398B1 (or 0xF398B1) is known color: Illusion. HEX triplet: F3, 98 and B1. RGB value is (243,152,177). Sum of RGB (Red+Green+Blue) = 243+152+177=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F398B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F398B1 is #0C674E. Grayscale: #B6B6B6. Windows color (decimal): -812879 or 11639027. OLE color: 11639027.
HSL color Cylindrical-coordinate representation of color #F398B1: hue angle of 343.52º 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 #F398B1 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 177 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.05 |
| HSL | 343.52º | 0.79% | 0.77% | - |
| HSV(B) | 343.52º | 0.37% | 0.95% | - |
| XYZ | 56.13 | 44.69 | 47.26 | - |
| YUV | 182.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 177 | 0 | 0.37 | 0.27 | 0.05 | 343.52 | 0.79 | 0.77 |
| Hex | F3 | 98 | B1 | 0 | 25 | 1B | 5 | 158 | 4F | 4D |
| Octal | 363 | 230 | 261 | 0 | 45 | 33 | 5 | 530 | 117 | 115 |
| Binary | 11110011 | 10011000 | 10110001 | 0 | 100101 | 11011 | 101 | 101011000 | 1001111 | 1001101 |
Color Harmonies of #F398B1
Complementary color
Monochromatic Colors of #F398B1
Black with #F398B1
Text Example
Text Example
White with #F398B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398B1; }
p { color: rgb(243,152,177); }
H1.HeaderClassName
{
color: #F398B1;
}
.AnyTagClassName
{
color: #F398B1;
}
</style>
background-color css
<style>
a { background-color: #F398B1; }
a { background-color: rgb(243,152,177); }
div.DivClassName
{
background-color: #F398B1;
}
.BgClassName
{
background-color: #F398B1;
}
</style>
border-color css
<style>
span { border-color: #F398B1; }
span { border-color: rgb(243,152,177); }
td.TdClassName
{
border-color: #F398B1;
}
.TagClassName
{
border-color: #F398B1;
}
</style>