Shades of Illusion #F391B0
Tints of Illusion #F391B0
RGB
CMYK
RGB Variations
Color information
#F391B0 (or 0xF391B0) is known color: Illusion. HEX triplet: F3, 91 and B0. RGB value is (243,145,176). Sum of RGB (Red+Green+Blue) = 243+145+176=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F391B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F391B0 is #0C6E4F. Grayscale: #B1B1B1. Windows color (decimal): -814672 or 11571699. OLE color: 11571699.
HSL color Cylindrical-coordinate representation of color #F391B0: hue angle of 341.02º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391B0 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 176 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.05 |
| HSL | 341.02º | 0.8% | 0.76% | - |
| HSV(B) | 341.02º | 0.4% | 0.95% | - |
| XYZ | 54.92 | 42.44 | 46.37 | - |
| YUV | 177.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 176 | 0 | 0.40 | 0.28 | 0.05 | 341.02 | 0.8 | 0.76 |
| Hex | F3 | 91 | B0 | 0 | 28 | 1C | 5 | 155 | 50 | 4C |
| Octal | 363 | 221 | 260 | 0 | 50 | 34 | 5 | 525 | 120 | 114 |
| Binary | 11110011 | 10010001 | 10110000 | 0 | 101000 | 11100 | 101 | 101010101 | 1010000 | 1001100 |
Color Harmonies of #F391B0
Complementary color
Monochromatic Colors of #F391B0
Black with #F391B0
Text Example
Text Example
White with #F391B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391B0; }
p { color: rgb(243,145,176); }
H1.HeaderClassName
{
color: #F391B0;
}
.AnyTagClassName
{
color: #F391B0;
}
</style>
background-color css
<style>
a { background-color: #F391B0; }
a { background-color: rgb(243,145,176); }
div.DivClassName
{
background-color: #F391B0;
}
.BgClassName
{
background-color: #F391B0;
}
</style>
border-color css
<style>
span { border-color: #F391B0; }
span { border-color: rgb(243,145,176); }
td.TdClassName
{
border-color: #F391B0;
}
.TagClassName
{
border-color: #F391B0;
}
</style>