Shades of Illusion #F38DB2
Tints of Illusion #F38DB2
RGB
CMYK
RGB Variations
Color information
#F38DB2 (or 0xF38DB2) is known color: Illusion. HEX triplet: F3, 8D and B2. RGB value is (243,141,178). Sum of RGB (Red+Green+Blue) = 243+141+178=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38DB2 is #0C724D. Grayscale: #AFAFAF. Windows color (decimal): -815694 or 11701747. OLE color: 11701747.
HSL color Cylindrical-coordinate representation of color #F38DB2: hue angle of 338.24º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DB2 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 141 | 178 | - |
CMYK | 0 | 0.42 | 0.27 | 0.05 |
HSL | 338.24º | 0.81% | 0.75% | - |
HSV(B) | 338.24º | 0.42% | 0.95% | - |
XYZ | 54.52 | 41.32 | 47.22 | - |
YUV | 175.72 | 129.29 | 175.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 141 | 178 | 0 | 0.42 | 0.27 | 0.05 | 338.24 | 0.81 | 0.75 |
Hex | F3 | 8D | B2 | 0 | 2A | 1B | 5 | 152 | 51 | 4B |
Octal | 363 | 215 | 262 | 0 | 52 | 33 | 5 | 522 | 121 | 113 |
Binary | 11110011 | 10001101 | 10110010 | 0 | 101010 | 11011 | 101 | 101010010 | 1010001 | 1001011 |
Color Harmonies of #F38DB2
Complementary color
Monochromatic Colors of #F38DB2
Black with #F38DB2
Text Example
Text Example
White with #F38DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DB2; }
p { color: rgb(243,141,178); }
H1.HeaderClassName
{
color: #F38DB2;
}
.AnyTagClassName
{
color: #F38DB2;
}
</style>
background-color css
<style>
a { background-color: #F38DB2; }
a { background-color: rgb(243,141,178); }
div.DivClassName
{
background-color: #F38DB2;
}
.BgClassName
{
background-color: #F38DB2;
}
</style>
border-color css
<style>
span { border-color: #F38DB2; }
span { border-color: rgb(243,141,178); }
td.TdClassName
{
border-color: #F38DB2;
}
.TagClassName
{
border-color: #F38DB2;
}
</style>