Shades of Illusion #F291B5
Tints of Illusion #F291B5
RGB
CMYK
RGB Variations
Color information
#F291B5 (or 0xF291B5) is known color: Illusion. HEX triplet: F2, 91 and B5. RGB value is (242,145,181). Sum of RGB (Red+Green+Blue) = 242+145+181=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F291B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291B5 is #0D6E4A. Grayscale: #B2B2B2. Windows color (decimal): -880203 or 11899378. OLE color: 11899378.
HSL color Cylindrical-coordinate representation of color #F291B5: hue angle of 337.73º degrees, saturation: 0.79, 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 #F291B5 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 181 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.05 |
| HSL | 337.73º | 0.79% | 0.76% | - |
| HSV(B) | 337.73º | 0.4% | 0.95% | - |
| XYZ | 55.08 | 42.46 | 49.01 | - |
| YUV | 178.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 181 | 0 | 0.40 | 0.25 | 0.05 | 337.73 | 0.79 | 0.76 |
| Hex | F2 | 91 | B5 | 0 | 28 | 19 | 5 | 152 | 4F | 4C |
| Octal | 362 | 221 | 265 | 0 | 50 | 31 | 5 | 522 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10110101 | 0 | 101000 | 11001 | 101 | 101010010 | 1001111 | 1001100 |
Color Harmonies of #F291B5
Complementary color
Monochromatic Colors of #F291B5
Black with #F291B5
Text Example
Text Example
White with #F291B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291B5; }
p { color: rgb(242,145,181); }
H1.HeaderClassName
{
color: #F291B5;
}
.AnyTagClassName
{
color: #F291B5;
}
</style>
background-color css
<style>
a { background-color: #F291B5; }
a { background-color: rgb(242,145,181); }
div.DivClassName
{
background-color: #F291B5;
}
.BgClassName
{
background-color: #F291B5;
}
</style>
border-color css
<style>
span { border-color: #F291B5; }
span { border-color: rgb(242,145,181); }
td.TdClassName
{
border-color: #F291B5;
}
.TagClassName
{
border-color: #F291B5;
}
</style>