Shades of Deep Blush #F26890
Tints of Deep Blush #F26890
RGB
CMYK
RGB Variations
Color information
#F26890 (or 0xF26890) is known color: Deep Blush. HEX triplet: F2, 68 and 90. RGB value is (242,104,144). Sum of RGB (Red+Green+Blue) = 242+104+144=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F26890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26890 is #0D976F. Grayscale: #959595. Windows color (decimal): -890736 or 9464050. OLE color: 9464050.
HSL color Cylindrical-coordinate representation of color #F26890: hue angle of 342.61º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26890 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 144 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.05 |
| HSL | 342.61º | 0.84% | 0.68% | - |
| HSV(B) | 342.61º | 0.57% | 0.95% | - |
| XYZ | 46.6 | 30.79 | 29.87 | - |
| YUV | 149.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 144 | 0 | 0.57 | 0.40 | 0.05 | 342.61 | 0.84 | 0.68 |
| Hex | F2 | 68 | 90 | 0 | 39 | 28 | 5 | 157 | 54 | 44 |
| Octal | 362 | 150 | 220 | 0 | 71 | 50 | 5 | 527 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10010000 | 0 | 111001 | 101000 | 101 | 101010111 | 1010100 | 1000100 |
Color Harmonies of #F26890
Complementary color
Monochromatic Colors of #F26890
Black with #F26890
Text Example
Text Example
White with #F26890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26890; }
p { color: rgb(242,104,144); }
H1.HeaderClassName
{
color: #F26890;
}
.AnyTagClassName
{
color: #F26890;
}
</style>
background-color css
<style>
a { background-color: #F26890; }
a { background-color: rgb(242,104,144); }
div.DivClassName
{
background-color: #F26890;
}
.BgClassName
{
background-color: #F26890;
}
</style>
border-color css
<style>
span { border-color: #F26890; }
span { border-color: rgb(242,104,144); }
td.TdClassName
{
border-color: #F26890;
}
.TagClassName
{
border-color: #F26890;
}
</style>