Shades of Illusion #F398B4
Tints of Illusion #F398B4
RGB
CMYK
RGB Variations
Color information
#F398B4 (or 0xF398B4) is known color: Illusion. HEX triplet: F3, 98 and B4. RGB value is (243,152,180). Sum of RGB (Red+Green+Blue) = 243+152+180=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F398B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398B4 is #0C674B. Grayscale: #B6B6B6. Windows color (decimal): -812876 or 11835635. OLE color: 11835635.
HSL color Cylindrical-coordinate representation of color #F398B4: hue angle of 341.54º 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 #F398B4 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 180 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.05 |
| HSL | 341.54º | 0.79% | 0.77% | - |
| HSV(B) | 341.54º | 0.37% | 0.95% | - |
| XYZ | 56.43 | 44.81 | 48.85 | - |
| YUV | 182.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 180 | 0 | 0.37 | 0.26 | 0.05 | 341.54 | 0.79 | 0.77 |
| Hex | F3 | 98 | B4 | 0 | 25 | 1A | 5 | 156 | 4F | 4D |
| Octal | 363 | 230 | 264 | 0 | 45 | 32 | 5 | 526 | 117 | 115 |
| Binary | 11110011 | 10011000 | 10110100 | 0 | 100101 | 11010 | 101 | 101010110 | 1001111 | 1001101 |
Color Harmonies of #F398B4
Complementary color
Monochromatic Colors of #F398B4
Black with #F398B4
Text Example
Text Example
White with #F398B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398B4; }
p { color: rgb(243,152,180); }
H1.HeaderClassName
{
color: #F398B4;
}
.AnyTagClassName
{
color: #F398B4;
}
</style>
background-color css
<style>
a { background-color: #F398B4; }
a { background-color: rgb(243,152,180); }
div.DivClassName
{
background-color: #F398B4;
}
.BgClassName
{
background-color: #F398B4;
}
</style>
border-color css
<style>
span { border-color: #F398B4; }
span { border-color: rgb(243,152,180); }
td.TdClassName
{
border-color: #F398B4;
}
.TagClassName
{
border-color: #F398B4;
}
</style>