Shades of Illusion #F395B4
Tints of Illusion #F395B4
RGB
CMYK
RGB Variations
Color information
#F395B4 (or 0xF395B4) is known color: Illusion. HEX triplet: F3, 95 and B4. RGB value is (243,149,180). Sum of RGB (Red+Green+Blue) = 243+149+180=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F395B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395B4 is #0C6A4B. Grayscale: #B4B4B4. Windows color (decimal): -813644 or 11834867. OLE color: 11834867.
HSL color Cylindrical-coordinate representation of color #F395B4: hue angle of 340.21º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395B4 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 180 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.05 |
| HSL | 340.21º | 0.8% | 0.77% | - |
| HSV(B) | 340.21º | 0.39% | 0.95% | - |
| XYZ | 55.95 | 43.84 | 48.69 | - |
| YUV | 180.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 180 | 0 | 0.39 | 0.26 | 0.05 | 340.21 | 0.8 | 0.77 |
| Hex | F3 | 95 | B4 | 0 | 27 | 1A | 5 | 154 | 50 | 4D |
| Octal | 363 | 225 | 264 | 0 | 47 | 32 | 5 | 524 | 120 | 115 |
| Binary | 11110011 | 10010101 | 10110100 | 0 | 100111 | 11010 | 101 | 101010100 | 1010000 | 1001101 |
Color Harmonies of #F395B4
Complementary color
Monochromatic Colors of #F395B4
Black with #F395B4
Text Example
Text Example
White with #F395B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395B4; }
p { color: rgb(243,149,180); }
H1.HeaderClassName
{
color: #F395B4;
}
.AnyTagClassName
{
color: #F395B4;
}
</style>
background-color css
<style>
a { background-color: #F395B4; }
a { background-color: rgb(243,149,180); }
div.DivClassName
{
background-color: #F395B4;
}
.BgClassName
{
background-color: #F395B4;
}
</style>
border-color css
<style>
span { border-color: #F395B4; }
span { border-color: rgb(243,149,180); }
td.TdClassName
{
border-color: #F395B4;
}
.TagClassName
{
border-color: #F395B4;
}
</style>