Shades of Illusion #F69DB1
Tints of Illusion #F69DB1
RGB
CMYK
RGB Variations
Color information
#F69DB1 (or 0xF69DB1) is known color: Illusion. HEX triplet: F6, 9D and B1. RGB value is (246,157,177). Sum of RGB (Red+Green+Blue) = 246+157+177=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69DB1 is #09624E. Grayscale: #B9B9B9. Windows color (decimal): -614991 or 11640310. OLE color: 11640310.
HSL color Cylindrical-coordinate representation of color #F69DB1: hue angle of 346.52º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DB1 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 177 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.04 |
| HSL | 346.52º | 0.83% | 0.79% | - |
| HSV(B) | 346.52º | 0.36% | 0.96% | - |
| XYZ | 58 | 46.88 | 47.59 | - |
| YUV | 185.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 177 | 0 | 0.36 | 0.28 | 0.04 | 346.52 | 0.83 | 0.79 |
| Hex | F6 | 9D | B1 | 0 | 24 | 1C | 4 | 15B | 53 | 4F |
| Octal | 366 | 235 | 261 | 0 | 44 | 34 | 4 | 533 | 123 | 117 |
| Binary | 11110110 | 10011101 | 10110001 | 0 | 100100 | 11100 | 100 | 101011011 | 1010011 | 1001111 |
Color Harmonies of #F69DB1
Complementary color
Monochromatic Colors of #F69DB1
Black with #F69DB1
Text Example
Text Example
White with #F69DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69DB1; }
p { color: rgb(246,157,177); }
H1.HeaderClassName
{
color: #F69DB1;
}
.AnyTagClassName
{
color: #F69DB1;
}
</style>
background-color css
<style>
a { background-color: #F69DB1; }
a { background-color: rgb(246,157,177); }
div.DivClassName
{
background-color: #F69DB1;
}
.BgClassName
{
background-color: #F69DB1;
}
</style>
border-color css
<style>
span { border-color: #F69DB1; }
span { border-color: rgb(246,157,177); }
td.TdClassName
{
border-color: #F69DB1;
}
.TagClassName
{
border-color: #F69DB1;
}
</style>