Shades of Illusion #F392B7
Tints of Illusion #F392B7
RGB
CMYK
RGB Variations
Color information
#F392B7 (or 0xF392B7) is known color: Illusion. HEX triplet: F3, 92 and B7. RGB value is (243,146,183). Sum of RGB (Red+Green+Blue) = 243+146+183=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F392B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392B7 is #0C6D48. Grayscale: #B3B3B3. Windows color (decimal): -814409 or 12030707. OLE color: 12030707.
HSL color Cylindrical-coordinate representation of color #F392B7: hue angle of 337.11º 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 #F392B7 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 183 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.05 |
| HSL | 337.11º | 0.8% | 0.76% | - |
| HSV(B) | 337.11º | 0.4% | 0.95% | - |
| XYZ | 55.79 | 43.03 | 50.17 | - |
| YUV | 179.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 183 | 0 | 0.40 | 0.25 | 0.05 | 337.11 | 0.8 | 0.76 |
| Hex | F3 | 92 | B7 | 0 | 28 | 19 | 5 | 151 | 50 | 4C |
| Octal | 363 | 222 | 267 | 0 | 50 | 31 | 5 | 521 | 120 | 114 |
| Binary | 11110011 | 10010010 | 10110111 | 0 | 101000 | 11001 | 101 | 101010001 | 1010000 | 1001100 |
Color Harmonies of #F392B7
Complementary color
Monochromatic Colors of #F392B7
Black with #F392B7
Text Example
Text Example
White with #F392B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392B7; }
p { color: rgb(243,146,183); }
H1.HeaderClassName
{
color: #F392B7;
}
.AnyTagClassName
{
color: #F392B7;
}
</style>
background-color css
<style>
a { background-color: #F392B7; }
a { background-color: rgb(243,146,183); }
div.DivClassName
{
background-color: #F392B7;
}
.BgClassName
{
background-color: #F392B7;
}
</style>
border-color css
<style>
span { border-color: #F392B7; }
span { border-color: rgb(243,146,183); }
td.TdClassName
{
border-color: #F392B7;
}
.TagClassName
{
border-color: #F392B7;
}
</style>