Shades of Deep Blush #F26294
Tints of Deep Blush #F26294
RGB
CMYK
RGB Variations
Color information
#F26294 (or 0xF26294) is known color: Deep Blush. HEX triplet: F2, 62 and 94. RGB value is (242,98,148). Sum of RGB (Red+Green+Blue) = 242+98+148=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F26294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26294 is #0D9D6B. Grayscale: #929292. Windows color (decimal): -892268 or 9724658. OLE color: 9724658.
HSL color Cylindrical-coordinate representation of color #F26294: hue angle of 339.17º 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 #F26294 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 148 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.05 |
| HSL | 339.17º | 0.85% | 0.67% | - |
| HSV(B) | 339.17º | 0.6% | 0.95% | - |
| XYZ | 46.33 | 29.75 | 31.32 | - |
| YUV | 146.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 148 | 0 | 0.60 | 0.39 | 0.05 | 339.17 | 0.85 | 0.67 |
| Hex | F2 | 62 | 94 | 0 | 3C | 27 | 5 | 153 | 55 | 43 |
| Octal | 362 | 142 | 224 | 0 | 74 | 47 | 5 | 523 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10010100 | 0 | 111100 | 100111 | 101 | 101010011 | 1010101 | 1000011 |
Color Harmonies of #F26294
Complementary color
Monochromatic Colors of #F26294
Black with #F26294
Text Example
Text Example
White with #F26294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26294; }
p { color: rgb(242,98,148); }
H1.HeaderClassName
{
color: #F26294;
}
.AnyTagClassName
{
color: #F26294;
}
</style>
background-color css
<style>
a { background-color: #F26294; }
a { background-color: rgb(242,98,148); }
div.DivClassName
{
background-color: #F26294;
}
.BgClassName
{
background-color: #F26294;
}
</style>
border-color css
<style>
span { border-color: #F26294; }
span { border-color: rgb(242,98,148); }
td.TdClassName
{
border-color: #F26294;
}
.TagClassName
{
border-color: #F26294;
}
</style>