Shades of Deep Blush #F66C91
Tints of Deep Blush #F66C91
RGB
CMYK
RGB Variations
Color information
#F66C91 (or 0xF66C91) is known color: Deep Blush. HEX triplet: F6, 6C and 91. RGB value is (246,108,145). Sum of RGB (Red+Green+Blue) = 246+108+145=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C91 is #09936E. Grayscale: #999999. Windows color (decimal): -627567 or 9530614. OLE color: 9530614.
HSL color Cylindrical-coordinate representation of color #F66C91: hue angle of 343.91º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66C91 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 145 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.04 |
| HSL | 343.91º | 0.88% | 0.69% | - |
| HSV(B) | 343.91º | 0.56% | 0.96% | - |
| XYZ | 48.48 | 32.36 | 30.48 | - |
| YUV | 153.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 145 | 0 | 0.56 | 0.41 | 0.04 | 343.91 | 0.88 | 0.69 |
| Hex | F6 | 6C | 91 | 0 | 38 | 29 | 4 | 158 | 58 | 45 |
| Octal | 366 | 154 | 221 | 0 | 70 | 51 | 4 | 530 | 130 | 105 |
| Binary | 11110110 | 1101100 | 10010001 | 0 | 111000 | 101001 | 100 | 101011000 | 1011000 | 1000101 |
Color Harmonies of #F66C91
Complementary color
Monochromatic Colors of #F66C91
Black with #F66C91
Text Example
Text Example
White with #F66C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C91; }
p { color: rgb(246,108,145); }
H1.HeaderClassName
{
color: #F66C91;
}
.AnyTagClassName
{
color: #F66C91;
}
</style>
background-color css
<style>
a { background-color: #F66C91; }
a { background-color: rgb(246,108,145); }
div.DivClassName
{
background-color: #F66C91;
}
.BgClassName
{
background-color: #F66C91;
}
</style>
border-color css
<style>
span { border-color: #F66C91; }
span { border-color: rgb(246,108,145); }
td.TdClassName
{
border-color: #F66C91;
}
.TagClassName
{
border-color: #F66C91;
}
</style>