Shades of Deep Blush #F26595
Tints of Deep Blush #F26595
RGB
CMYK
RGB Variations
Color information
#F26595 (or 0xF26595) is known color: Deep Blush. HEX triplet: F2, 65 and 95. RGB value is (242,101,149). Sum of RGB (Red+Green+Blue) = 242+101+149=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F26595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26595 is #0D9A6A. Grayscale: #949494. Windows color (decimal): -891499 or 9790962. OLE color: 9790962.
HSL color Cylindrical-coordinate representation of color #F26595: hue angle of 339.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26595 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 149 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.05 |
| HSL | 339.57º | 0.84% | 0.67% | - |
| HSV(B) | 339.57º | 0.58% | 0.95% | - |
| XYZ | 46.7 | 30.35 | 31.83 | - |
| YUV | 148.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 149 | 0 | 0.58 | 0.38 | 0.05 | 339.57 | 0.84 | 0.67 |
| Hex | F2 | 65 | 95 | 0 | 3A | 26 | 5 | 154 | 54 | 43 |
| Octal | 362 | 145 | 225 | 0 | 72 | 46 | 5 | 524 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10010101 | 0 | 111010 | 100110 | 101 | 101010100 | 1010100 | 1000011 |
Color Harmonies of #F26595
Complementary color
Monochromatic Colors of #F26595
Black with #F26595
Text Example
Text Example
White with #F26595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26595; }
p { color: rgb(242,101,149); }
H1.HeaderClassName
{
color: #F26595;
}
.AnyTagClassName
{
color: #F26595;
}
</style>
background-color css
<style>
a { background-color: #F26595; }
a { background-color: rgb(242,101,149); }
div.DivClassName
{
background-color: #F26595;
}
.BgClassName
{
background-color: #F26595;
}
</style>
border-color css
<style>
span { border-color: #F26595; }
span { border-color: rgb(242,101,149); }
td.TdClassName
{
border-color: #F26595;
}
.TagClassName
{
border-color: #F26595;
}
</style>