Shades of Deep Blush #F26F89
Tints of Deep Blush #F26F89
RGB
CMYK
RGB Variations
Color information
#F26F89 (or 0xF26F89) is known color: Deep Blush. HEX triplet: F2, 6F and 89. RGB value is (242,111,137). Sum of RGB (Red+Green+Blue) = 242+111+137=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F89 is #0D9076. Grayscale: #999999. Windows color (decimal): -888951 or 9007090. OLE color: 9007090.
HSL color Cylindrical-coordinate representation of color #F26F89: hue angle of 348.09º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26F89 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 137 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.05 |
| HSL | 348.09º | 0.83% | 0.69% | - |
| HSV(B) | 348.09º | 0.54% | 0.95% | - |
| XYZ | 46.82 | 32.05 | 27.39 | - |
| YUV | 153.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 137 | 0 | 0.54 | 0.43 | 0.05 | 348.09 | 0.83 | 0.69 |
| Hex | F2 | 6F | 89 | 0 | 36 | 2B | 5 | 15C | 53 | 45 |
| Octal | 362 | 157 | 211 | 0 | 66 | 53 | 5 | 534 | 123 | 105 |
| Binary | 11110010 | 1101111 | 10001001 | 0 | 110110 | 101011 | 101 | 101011100 | 1010011 | 1000101 |
Color Harmonies of #F26F89
Complementary color
Monochromatic Colors of #F26F89
Black with #F26F89
Text Example
Text Example
White with #F26F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F89; }
p { color: rgb(242,111,137); }
H1.HeaderClassName
{
color: #F26F89;
}
.AnyTagClassName
{
color: #F26F89;
}
</style>
background-color css
<style>
a { background-color: #F26F89; }
a { background-color: rgb(242,111,137); }
div.DivClassName
{
background-color: #F26F89;
}
.BgClassName
{
background-color: #F26F89;
}
</style>
border-color css
<style>
span { border-color: #F26F89; }
span { border-color: rgb(242,111,137); }
td.TdClassName
{
border-color: #F26F89;
}
.TagClassName
{
border-color: #F26F89;
}
</style>