Shades of Illusion #F292B5
Tints of Illusion #F292B5
RGB
CMYK
RGB Variations
Color information
#F292B5 (or 0xF292B5) is known color: Illusion. HEX triplet: F2, 92 and B5. RGB value is (242,146,181). Sum of RGB (Red+Green+Blue) = 242+146+181=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F292B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292B5 is #0D6D4A. Grayscale: #B2B2B2. Windows color (decimal): -879947 or 11899634. OLE color: 11899634.
HSL color Cylindrical-coordinate representation of color #F292B5: hue angle of 338.12º 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 #F292B5 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 146 | 181 | - |
CMYK | 0 | 0.40 | 0.25 | 0.05 |
HSL | 338.13º | 0.79% | 0.76% | - |
HSV(B) | 338.13º | 0.4% | 0.95% | - |
XYZ | 55.24 | 42.77 | 49.06 | - |
YUV | 178.69 | 129.3 | 173.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 146 | 181 | 0 | 0.40 | 0.25 | 0.05 | 338.13 | 0.79 | 0.76 |
Hex | F2 | 92 | B5 | 0 | 28 | 19 | 5 | 152 | 4F | 4C |
Octal | 362 | 222 | 265 | 0 | 50 | 31 | 5 | 522 | 117 | 114 |
Binary | 11110010 | 10010010 | 10110101 | 0 | 101000 | 11001 | 101 | 101010010 | 1001111 | 1001100 |
Color Harmonies of #F292B5
Complementary color
Monochromatic Colors of #F292B5
Black with #F292B5
Text Example
Text Example
White with #F292B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F292B5; }
p { color: rgb(242,146,181); }
H1.HeaderClassName
{
color: #F292B5;
}
.AnyTagClassName
{
color: #F292B5;
}
</style>
background-color css
<style>
a { background-color: #F292B5; }
a { background-color: rgb(242,146,181); }
div.DivClassName
{
background-color: #F292B5;
}
.BgClassName
{
background-color: #F292B5;
}
</style>
border-color css
<style>
span { border-color: #F292B5; }
span { border-color: rgb(242,146,181); }
td.TdClassName
{
border-color: #F292B5;
}
.TagClassName
{
border-color: #F292B5;
}
</style>