Shades of Illusion #F398B0
Tints of Illusion #F398B0
RGB
CMYK
RGB Variations
Color information
#F398B0 (or 0xF398B0) is known color: Illusion. HEX triplet: F3, 98 and B0. RGB value is (243,152,176). Sum of RGB (Red+Green+Blue) = 243+152+176=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F398B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F398B0 is #0C674F. Grayscale: #B5B5B5. Windows color (decimal): -812880 or 11573491. OLE color: 11573491.
HSL color Cylindrical-coordinate representation of color #F398B0: hue angle of 344.18º 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 #F398B0 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 176 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.05 |
| HSL | 344.18º | 0.79% | 0.77% | - |
| HSV(B) | 344.18º | 0.37% | 0.95% | - |
| XYZ | 56.03 | 44.65 | 46.74 | - |
| YUV | 181.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 176 | 0 | 0.37 | 0.28 | 0.05 | 344.18 | 0.79 | 0.77 |
| Hex | F3 | 98 | B0 | 0 | 25 | 1C | 5 | 158 | 4F | 4D |
| Octal | 363 | 230 | 260 | 0 | 45 | 34 | 5 | 530 | 117 | 115 |
| Binary | 11110011 | 10011000 | 10110000 | 0 | 100101 | 11100 | 101 | 101011000 | 1001111 | 1001101 |
Color Harmonies of #F398B0
Complementary color
Monochromatic Colors of #F398B0
Black with #F398B0
Text Example
Text Example
White with #F398B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398B0; }
p { color: rgb(243,152,176); }
H1.HeaderClassName
{
color: #F398B0;
}
.AnyTagClassName
{
color: #F398B0;
}
</style>
background-color css
<style>
a { background-color: #F398B0; }
a { background-color: rgb(243,152,176); }
div.DivClassName
{
background-color: #F398B0;
}
.BgClassName
{
background-color: #F398B0;
}
</style>
border-color css
<style>
span { border-color: #F398B0; }
span { border-color: rgb(243,152,176); }
td.TdClassName
{
border-color: #F398B0;
}
.TagClassName
{
border-color: #F398B0;
}
</style>