Shades of Illusion #F78FAF
Tints of Illusion #F78FAF
RGB
CMYK
RGB Variations
Color information
#F78FAF (or 0xF78FAF) is known color: Illusion. HEX triplet: F7, 8F and AF. RGB value is (247,143,175). Sum of RGB (Red+Green+Blue) = 247+143+175=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78FAF is #087050. Grayscale: #B1B1B1. Windows color (decimal): -553041 or 11505655. OLE color: 11505655.
HSL color Cylindrical-coordinate representation of color #F78FAF: hue angle of 341.54º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FAF is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 175 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.03 |
| HSL | 341.54º | 0.87% | 0.76% | - |
| HSV(B) | 341.54º | 0.42% | 0.97% | - |
| XYZ | 55.92 | 42.51 | 45.82 | - |
| YUV | 177.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 175 | 0 | 0.42 | 0.29 | 0.03 | 341.54 | 0.87 | 0.76 |
| Hex | F7 | 8F | AF | 0 | 2A | 1D | 3 | 156 | 57 | 4C |
| Octal | 367 | 217 | 257 | 0 | 52 | 35 | 3 | 526 | 127 | 114 |
| Binary | 11110111 | 10001111 | 10101111 | 0 | 101010 | 11101 | 11 | 101010110 | 1010111 | 1001100 |
Color Harmonies of #F78FAF
Complementary color
Monochromatic Colors of #F78FAF
Black with #F78FAF
Text Example
Text Example
White with #F78FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FAF; }
p { color: rgb(247,143,175); }
H1.HeaderClassName
{
color: #F78FAF;
}
.AnyTagClassName
{
color: #F78FAF;
}
</style>
background-color css
<style>
a { background-color: #F78FAF; }
a { background-color: rgb(247,143,175); }
div.DivClassName
{
background-color: #F78FAF;
}
.BgClassName
{
background-color: #F78FAF;
}
</style>
border-color css
<style>
span { border-color: #F78FAF; }
span { border-color: rgb(247,143,175); }
td.TdClassName
{
border-color: #F78FAF;
}
.TagClassName
{
border-color: #F78FAF;
}
</style>