Shades of Illusion #FF8FB4
Tints of Illusion #FF8FB4
RGB
CMYK
RGB Variations
Color information
#FF8FB4 (or 0xFF8FB4) is known color: Illusion. HEX triplet: FF, 8F and B4. RGB value is (255,143,180). Sum of RGB (Red+Green+Blue) = 255+143+180=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FB4 is #00704B. Grayscale: #B4B4B4. Windows color (decimal): -28748 or 11833343. OLE color: 11833343.
HSL color Cylindrical-coordinate representation of color #FF8FB4: hue angle of 340.18º 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 #FF8FB4 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 180 | - |
| CMYK | 0 | 0.44 | 0.29 | 0 |
| HSL | 340.18º | 1% | 0.78% | - |
| HSV(B) | 340.18º | 0.44% | 1% | - |
| XYZ | 59.3 | 44.2 | 48.59 | - |
| YUV | 180.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 180 | 0 | 0.44 | 0.29 | 0 | 340.18 | 1 | 0.78 |
| Hex | FF | 8F | B4 | 0 | 2C | 1D | 0 | 154 | 64 | 4E |
| Octal | 377 | 217 | 264 | 0 | 54 | 35 | 0 | 524 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10110100 | 0 | 101100 | 11101 | 0 | 101010100 | 1100100 | 1001110 |
Color Harmonies of #FF8FB4
Complementary color
Monochromatic Colors of #FF8FB4
Black with #FF8FB4
Text Example
Text Example
White with #FF8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FB4; }
p { color: rgb(255,143,180); }
H1.HeaderClassName
{
color: #FF8FB4;
}
.AnyTagClassName
{
color: #FF8FB4;
}
</style>
background-color css
<style>
a { background-color: #FF8FB4; }
a { background-color: rgb(255,143,180); }
div.DivClassName
{
background-color: #FF8FB4;
}
.BgClassName
{
background-color: #FF8FB4;
}
</style>
border-color css
<style>
span { border-color: #FF8FB4; }
span { border-color: rgb(255,143,180); }
td.TdClassName
{
border-color: #FF8FB4;
}
.TagClassName
{
border-color: #FF8FB4;
}
</style>