Shades of Illusion #F187B1
Tints of Illusion #F187B1
RGB
CMYK
RGB Variations
Color information
#F187B1 (or 0xF187B1) is known color: Illusion. HEX triplet: F1, 87 and B1. RGB value is (241,135,177). Sum of RGB (Red+Green+Blue) = 241+135+177=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F187B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F187B1 is #0E784E. Grayscale: #ABABAB. Windows color (decimal): -948303 or 11634673. OLE color: 11634673.
HSL color Cylindrical-coordinate representation of color #F187B1: hue angle of 336.23º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F187B1 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 177 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.05 |
| HSL | 336.23º | 0.79% | 0.74% | - |
| HSV(B) | 336.23º | 0.44% | 0.95% | - |
| XYZ | 52.88 | 39.2 | 46.38 | - |
| YUV | 171.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 177 | 0 | 0.44 | 0.27 | 0.05 | 336.23 | 0.79 | 0.74 |
| Hex | F1 | 87 | B1 | 0 | 2C | 1B | 5 | 150 | 4F | 4A |
| Octal | 361 | 207 | 261 | 0 | 54 | 33 | 5 | 520 | 117 | 112 |
| Binary | 11110001 | 10000111 | 10110001 | 0 | 101100 | 11011 | 101 | 101010000 | 1001111 | 1001010 |
Color Harmonies of #F187B1
Complementary color
Monochromatic Colors of #F187B1
Black with #F187B1
Text Example
Text Example
White with #F187B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187B1; }
p { color: rgb(241,135,177); }
H1.HeaderClassName
{
color: #F187B1;
}
.AnyTagClassName
{
color: #F187B1;
}
</style>
background-color css
<style>
a { background-color: #F187B1; }
a { background-color: rgb(241,135,177); }
div.DivClassName
{
background-color: #F187B1;
}
.BgClassName
{
background-color: #F187B1;
}
</style>
border-color css
<style>
span { border-color: #F187B1; }
span { border-color: rgb(241,135,177); }
td.TdClassName
{
border-color: #F187B1;
}
.TagClassName
{
border-color: #F187B1;
}
</style>