Shades of Illusion #F38FB3
Tints of Illusion #F38FB3
RGB
CMYK
RGB Variations
Color information
#F38FB3 (or 0xF38FB3) is known color: Illusion. HEX triplet: F3, 8F and B3. RGB value is (243,143,179). Sum of RGB (Red+Green+Blue) = 243+143+179=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FB3 is #0C704C. Grayscale: #B0B0B0. Windows color (decimal): -815181 or 11767795. OLE color: 11767795.
HSL color Cylindrical-coordinate representation of color #F38FB3: hue angle of 338.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FB3 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 179 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.05 |
| HSL | 338.4º | 0.81% | 0.76% | - |
| HSV(B) | 338.4º | 0.41% | 0.95% | - |
| XYZ | 54.92 | 41.95 | 47.85 | - |
| YUV | 177 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 179 | 0 | 0.41 | 0.26 | 0.05 | 338.4 | 0.81 | 0.76 |
| Hex | F3 | 8F | B3 | 0 | 29 | 1A | 5 | 152 | 51 | 4C |
| Octal | 363 | 217 | 263 | 0 | 51 | 32 | 5 | 522 | 121 | 114 |
| Binary | 11110011 | 10001111 | 10110011 | 0 | 101001 | 11010 | 101 | 101010010 | 1010001 | 1001100 |
Color Harmonies of #F38FB3
Complementary color
Monochromatic Colors of #F38FB3
Black with #F38FB3
Text Example
Text Example
White with #F38FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FB3; }
p { color: rgb(243,143,179); }
H1.HeaderClassName
{
color: #F38FB3;
}
.AnyTagClassName
{
color: #F38FB3;
}
</style>
background-color css
<style>
a { background-color: #F38FB3; }
a { background-color: rgb(243,143,179); }
div.DivClassName
{
background-color: #F38FB3;
}
.BgClassName
{
background-color: #F38FB3;
}
</style>
border-color css
<style>
span { border-color: #F38FB3; }
span { border-color: rgb(243,143,179); }
td.TdClassName
{
border-color: #F38FB3;
}
.TagClassName
{
border-color: #F38FB3;
}
</style>