Shades of Illusion #F397B5
Tints of Illusion #F397B5
RGB
CMYK
RGB Variations
Color information
#F397B5 (or 0xF397B5) is known color: Illusion. HEX triplet: F3, 97 and B5. RGB value is (243,151,181). Sum of RGB (Red+Green+Blue) = 243+151+181=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F397B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397B5 is #0C684A. Grayscale: #B5B5B5. Windows color (decimal): -813131 or 11900915. OLE color: 11900915.
HSL color Cylindrical-coordinate representation of color #F397B5: hue angle of 340.43º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F397B5 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 181 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.05 |
| HSL | 340.43º | 0.79% | 0.77% | - |
| HSV(B) | 340.43º | 0.38% | 0.95% | - |
| XYZ | 56.37 | 44.52 | 49.34 | - |
| YUV | 181.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 181 | 0 | 0.38 | 0.26 | 0.05 | 340.43 | 0.79 | 0.77 |
| Hex | F3 | 97 | B5 | 0 | 26 | 1A | 5 | 154 | 4F | 4D |
| Octal | 363 | 227 | 265 | 0 | 46 | 32 | 5 | 524 | 117 | 115 |
| Binary | 11110011 | 10010111 | 10110101 | 0 | 100110 | 11010 | 101 | 101010100 | 1001111 | 1001101 |
Color Harmonies of #F397B5
Complementary color
Monochromatic Colors of #F397B5
Black with #F397B5
Text Example
Text Example
White with #F397B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397B5; }
p { color: rgb(243,151,181); }
H1.HeaderClassName
{
color: #F397B5;
}
.AnyTagClassName
{
color: #F397B5;
}
</style>
background-color css
<style>
a { background-color: #F397B5; }
a { background-color: rgb(243,151,181); }
div.DivClassName
{
background-color: #F397B5;
}
.BgClassName
{
background-color: #F397B5;
}
</style>
border-color css
<style>
span { border-color: #F397B5; }
span { border-color: rgb(243,151,181); }
td.TdClassName
{
border-color: #F397B5;
}
.TagClassName
{
border-color: #F397B5;
}
</style>