Shades of Illusion #F397AD
Tints of Illusion #F397AD
RGB
CMYK
RGB Variations
Color information
#F397AD (or 0xF397AD) is known color: Illusion. HEX triplet: F3, 97 and AD. RGB value is (243,151,173). Sum of RGB (Red+Green+Blue) = 243+151+173=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F397AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F397AD is #0C6852. Grayscale: #B5B5B5. Windows color (decimal): -813139 or 11376627. OLE color: 11376627.
HSL color Cylindrical-coordinate representation of color #F397AD: hue angle of 345.65º 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 #F397AD is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 173 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.05 |
| HSL | 345.65º | 0.79% | 0.77% | - |
| HSV(B) | 345.65º | 0.38% | 0.95% | - |
| XYZ | 55.57 | 44.21 | 45.14 | - |
| YUV | 181.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 173 | 0 | 0.38 | 0.29 | 0.05 | 345.65 | 0.79 | 0.77 |
| Hex | F3 | 97 | AD | 0 | 26 | 1D | 5 | 15A | 4F | 4D |
| Octal | 363 | 227 | 255 | 0 | 46 | 35 | 5 | 532 | 117 | 115 |
| Binary | 11110011 | 10010111 | 10101101 | 0 | 100110 | 11101 | 101 | 101011010 | 1001111 | 1001101 |
Color Harmonies of #F397AD
Complementary color
Monochromatic Colors of #F397AD
Black with #F397AD
Text Example
Text Example
White with #F397AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397AD; }
p { color: rgb(243,151,173); }
H1.HeaderClassName
{
color: #F397AD;
}
.AnyTagClassName
{
color: #F397AD;
}
</style>
background-color css
<style>
a { background-color: #F397AD; }
a { background-color: rgb(243,151,173); }
div.DivClassName
{
background-color: #F397AD;
}
.BgClassName
{
background-color: #F397AD;
}
</style>
border-color css
<style>
span { border-color: #F397AD; }
span { border-color: rgb(243,151,173); }
td.TdClassName
{
border-color: #F397AD;
}
.TagClassName
{
border-color: #F397AD;
}
</style>