Shades of Deep Blush #F26D89
Tints of Deep Blush #F26D89
RGB
CMYK
RGB Variations
Color information
#F26D89 (or 0xF26D89) is known color: Deep Blush. HEX triplet: F2, 6D and 89. RGB value is (242,109,137). Sum of RGB (Red+Green+Blue) = 242+109+137=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D89 is #0D9276. Grayscale: #979797. Windows color (decimal): -889463 or 9006578. OLE color: 9006578.
HSL color Cylindrical-coordinate representation of color #F26D89: hue angle of 347.37º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26D89 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 137 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.05 |
| HSL | 347.37º | 0.84% | 0.69% | - |
| HSV(B) | 347.37º | 0.55% | 0.95% | - |
| XYZ | 46.6 | 31.62 | 27.31 | - |
| YUV | 151.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 137 | 0 | 0.55 | 0.43 | 0.05 | 347.37 | 0.84 | 0.69 |
| Hex | F2 | 6D | 89 | 0 | 37 | 2B | 5 | 15B | 54 | 45 |
| Octal | 362 | 155 | 211 | 0 | 67 | 53 | 5 | 533 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10001001 | 0 | 110111 | 101011 | 101 | 101011011 | 1010100 | 1000101 |
Color Harmonies of #F26D89
Complementary color
Monochromatic Colors of #F26D89
Black with #F26D89
Text Example
Text Example
White with #F26D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D89; }
p { color: rgb(242,109,137); }
H1.HeaderClassName
{
color: #F26D89;
}
.AnyTagClassName
{
color: #F26D89;
}
</style>
background-color css
<style>
a { background-color: #F26D89; }
a { background-color: rgb(242,109,137); }
div.DivClassName
{
background-color: #F26D89;
}
.BgClassName
{
background-color: #F26D89;
}
</style>
border-color css
<style>
span { border-color: #F26D89; }
span { border-color: rgb(242,109,137); }
td.TdClassName
{
border-color: #F26D89;
}
.TagClassName
{
border-color: #F26D89;
}
</style>