Shades of Illusion #F298B7
Tints of Illusion #F298B7
RGB
CMYK
RGB Variations
Color information
#F298B7 (or 0xF298B7) is known color: Illusion. HEX triplet: F2, 98 and B7. RGB value is (242,152,183). Sum of RGB (Red+Green+Blue) = 242+152+183=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F298B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298B7 is #0D6748. Grayscale: #B6B6B6. Windows color (decimal): -878409 or 12032242. OLE color: 12032242.
HSL color Cylindrical-coordinate representation of color #F298B7: hue angle of 339.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298B7 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 183 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.05 |
| HSL | 339.33º | 0.78% | 0.77% | - |
| HSV(B) | 339.33º | 0.37% | 0.95% | - |
| XYZ | 56.39 | 44.75 | 50.47 | - |
| YUV | 182.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 183 | 0 | 0.37 | 0.24 | 0.05 | 339.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | B7 | 0 | 25 | 18 | 5 | 153 | 4E | 4D |
| Octal | 362 | 230 | 267 | 0 | 45 | 30 | 5 | 523 | 116 | 115 |
| Binary | 11110010 | 10011000 | 10110111 | 0 | 100101 | 11000 | 101 | 101010011 | 1001110 | 1001101 |
Color Harmonies of #F298B7
Complementary color
Monochromatic Colors of #F298B7
Black with #F298B7
Text Example
Text Example
White with #F298B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298B7; }
p { color: rgb(242,152,183); }
H1.HeaderClassName
{
color: #F298B7;
}
.AnyTagClassName
{
color: #F298B7;
}
</style>
background-color css
<style>
a { background-color: #F298B7; }
a { background-color: rgb(242,152,183); }
div.DivClassName
{
background-color: #F298B7;
}
.BgClassName
{
background-color: #F298B7;
}
</style>
border-color css
<style>
span { border-color: #F298B7; }
span { border-color: rgb(242,152,183); }
td.TdClassName
{
border-color: #F298B7;
}
.TagClassName
{
border-color: #F298B7;
}
</style>