Shades of Deep Blush #F26896
Tints of Deep Blush #F26896
RGB
CMYK
RGB Variations
Color information
#F26896 (or 0xF26896) is known color: Deep Blush. HEX triplet: F2, 68 and 96. RGB value is (242,104,150). Sum of RGB (Red+Green+Blue) = 242+104+150=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F26896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26896 is #0D9769. Grayscale: #969696. Windows color (decimal): -890730 or 9857266. OLE color: 9857266.
HSL color Cylindrical-coordinate representation of color #F26896: hue angle of 340º 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 #F26896 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 150 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.05 |
| HSL | 340º | 0.84% | 0.68% | - |
| HSV(B) | 340º | 0.57% | 0.95% | - |
| XYZ | 47.07 | 30.98 | 32.35 | - |
| YUV | 150.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 150 | 0 | 0.57 | 0.38 | 0.05 | 340 | 0.84 | 0.68 |
| Hex | F2 | 68 | 96 | 0 | 39 | 26 | 5 | 154 | 54 | 44 |
| Octal | 362 | 150 | 226 | 0 | 71 | 46 | 5 | 524 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10010110 | 0 | 111001 | 100110 | 101 | 101010100 | 1010100 | 1000100 |
Color Harmonies of #F26896
Complementary color
Monochromatic Colors of #F26896
Black with #F26896
Text Example
Text Example
White with #F26896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26896; }
p { color: rgb(242,104,150); }
H1.HeaderClassName
{
color: #F26896;
}
.AnyTagClassName
{
color: #F26896;
}
</style>
background-color css
<style>
a { background-color: #F26896; }
a { background-color: rgb(242,104,150); }
div.DivClassName
{
background-color: #F26896;
}
.BgClassName
{
background-color: #F26896;
}
</style>
border-color css
<style>
span { border-color: #F26896; }
span { border-color: rgb(242,104,150); }
td.TdClassName
{
border-color: #F26896;
}
.TagClassName
{
border-color: #F26896;
}
</style>