Shades of Illusion #FF8FB5
Tints of Illusion #FF8FB5
RGB
CMYK
RGB Variations
Color information
#FF8FB5 (or 0xFF8FB5) is known color: Illusion. HEX triplet: FF, 8F and B5. RGB value is (255,143,181). Sum of RGB (Red+Green+Blue) = 255+143+181=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FB5 is #00704A. Grayscale: #B4B4B4. Windows color (decimal): -28747 or 11898879. OLE color: 11898879.
HSL color Cylindrical-coordinate representation of color #FF8FB5: hue angle of 339.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FB5 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 181 | - |
| CMYK | 0 | 0.44 | 0.29 | 0 |
| HSL | 339.64º | 1% | 0.78% | - |
| HSV(B) | 339.64º | 0.44% | 1% | - |
| XYZ | 59.4 | 44.24 | 49.12 | - |
| YUV | 180.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 181 | 0 | 0.44 | 0.29 | 0 | 339.64 | 1 | 0.78 |
| Hex | FF | 8F | B5 | 0 | 2C | 1D | 0 | 154 | 64 | 4E |
| Octal | 377 | 217 | 265 | 0 | 54 | 35 | 0 | 524 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10110101 | 0 | 101100 | 11101 | 0 | 101010100 | 1100100 | 1001110 |
Color Harmonies of #FF8FB5
Complementary color
Monochromatic Colors of #FF8FB5
Black with #FF8FB5
Text Example
Text Example
White with #FF8FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FB5; }
p { color: rgb(255,143,181); }
H1.HeaderClassName
{
color: #FF8FB5;
}
.AnyTagClassName
{
color: #FF8FB5;
}
</style>
background-color css
<style>
a { background-color: #FF8FB5; }
a { background-color: rgb(255,143,181); }
div.DivClassName
{
background-color: #FF8FB5;
}
.BgClassName
{
background-color: #FF8FB5;
}
</style>
border-color css
<style>
span { border-color: #FF8FB5; }
span { border-color: rgb(255,143,181); }
td.TdClassName
{
border-color: #FF8FB5;
}
.TagClassName
{
border-color: #FF8FB5;
}
</style>