Shades of Deep Blush #F26291
Tints of Deep Blush #F26291
RGB
CMYK
RGB Variations
Color information
#F26291 (or 0xF26291) is known color: Deep Blush. HEX triplet: F2, 62 and 91. RGB value is (242,98,145). Sum of RGB (Red+Green+Blue) = 242+98+145=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F26291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26291 is #0D9D6E. Grayscale: #929292. Windows color (decimal): -892271 or 9528050. OLE color: 9528050.
HSL color Cylindrical-coordinate representation of color #F26291: hue angle of 340.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26291 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 145 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.05 |
| HSL | 340.42º | 0.85% | 0.67% | - |
| HSV(B) | 340.42º | 0.6% | 0.95% | - |
| XYZ | 46.1 | 29.66 | 30.08 | - |
| YUV | 146.41 | 127.21 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 145 | 0 | 0.60 | 0.40 | 0.05 | 340.42 | 0.85 | 0.67 |
| Hex | F2 | 62 | 91 | 0 | 3C | 28 | 5 | 154 | 55 | 43 |
| Octal | 362 | 142 | 221 | 0 | 74 | 50 | 5 | 524 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10010001 | 0 | 111100 | 101000 | 101 | 101010100 | 1010101 | 1000011 |
Color Harmonies of #F26291
Complementary color
Monochromatic Colors of #F26291
Black with #F26291
Text Example
Text Example
White with #F26291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26291; }
p { color: rgb(242,98,145); }
H1.HeaderClassName
{
color: #F26291;
}
.AnyTagClassName
{
color: #F26291;
}
</style>
background-color css
<style>
a { background-color: #F26291; }
a { background-color: rgb(242,98,145); }
div.DivClassName
{
background-color: #F26291;
}
.BgClassName
{
background-color: #F26291;
}
</style>
border-color css
<style>
span { border-color: #F26291; }
span { border-color: rgb(242,98,145); }
td.TdClassName
{
border-color: #F26291;
}
.TagClassName
{
border-color: #F26291;
}
</style>