Shades of Illusion #F38AB2
Tints of Illusion #F38AB2
RGB
CMYK
RGB Variations
Color information
#F38AB2 (or 0xF38AB2) is known color: Illusion. HEX triplet: F3, 8A and B2. RGB value is (243,138,178). Sum of RGB (Red+Green+Blue) = 243+138+178=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38AB2 is #0C754D. Grayscale: #ADADAD. Windows color (decimal): -816462 or 11700979. OLE color: 11700979.
HSL color Cylindrical-coordinate representation of color #F38AB2: hue angle of 337.14º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AB2 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 178 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.05 |
| HSL | 337.14º | 0.81% | 0.75% | - |
| HSV(B) | 337.14º | 0.43% | 0.95% | - |
| XYZ | 54.09 | 40.45 | 47.08 | - |
| YUV | 173.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 178 | 0 | 0.43 | 0.27 | 0.05 | 337.14 | 0.81 | 0.75 |
| Hex | F3 | 8A | B2 | 0 | 2B | 1B | 5 | 151 | 51 | 4B |
| Octal | 363 | 212 | 262 | 0 | 53 | 33 | 5 | 521 | 121 | 113 |
| Binary | 11110011 | 10001010 | 10110010 | 0 | 101011 | 11011 | 101 | 101010001 | 1010001 | 1001011 |
Color Harmonies of #F38AB2
Complementary color
Monochromatic Colors of #F38AB2
Black with #F38AB2
Text Example
Text Example
White with #F38AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38AB2; }
p { color: rgb(243,138,178); }
H1.HeaderClassName
{
color: #F38AB2;
}
.AnyTagClassName
{
color: #F38AB2;
}
</style>
background-color css
<style>
a { background-color: #F38AB2; }
a { background-color: rgb(243,138,178); }
div.DivClassName
{
background-color: #F38AB2;
}
.BgClassName
{
background-color: #F38AB2;
}
</style>
border-color css
<style>
span { border-color: #F38AB2; }
span { border-color: rgb(243,138,178); }
td.TdClassName
{
border-color: #F38AB2;
}
.TagClassName
{
border-color: #F38AB2;
}
</style>