Shades of Deep Blush #F26390
Tints of Deep Blush #F26390
RGB
CMYK
RGB Variations
Color information
#F26390 (or 0xF26390) is known color: Deep Blush. HEX triplet: F2, 63 and 90. RGB value is (242,99,144). Sum of RGB (Red+Green+Blue) = 242+99+144=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F26390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26390 is #0D9C6F. Grayscale: #929292. Windows color (decimal): -892016 or 9462770. OLE color: 9462770.
HSL color Cylindrical-coordinate representation of color #F26390: hue angle of 341.12º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26390 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 144 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.05 |
| HSL | 341.12º | 0.85% | 0.67% | - |
| HSV(B) | 341.12º | 0.59% | 0.95% | - |
| XYZ | 46.11 | 29.81 | 29.71 | - |
| YUV | 146.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 144 | 0 | 0.59 | 0.40 | 0.05 | 341.12 | 0.85 | 0.67 |
| Hex | F2 | 63 | 90 | 0 | 3B | 28 | 5 | 155 | 55 | 43 |
| Octal | 362 | 143 | 220 | 0 | 73 | 50 | 5 | 525 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10010000 | 0 | 111011 | 101000 | 101 | 101010101 | 1010101 | 1000011 |
Color Harmonies of #F26390
Complementary color
Monochromatic Colors of #F26390
Black with #F26390
Text Example
Text Example
White with #F26390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26390; }
p { color: rgb(242,99,144); }
H1.HeaderClassName
{
color: #F26390;
}
.AnyTagClassName
{
color: #F26390;
}
</style>
background-color css
<style>
a { background-color: #F26390; }
a { background-color: rgb(242,99,144); }
div.DivClassName
{
background-color: #F26390;
}
.BgClassName
{
background-color: #F26390;
}
</style>
border-color css
<style>
span { border-color: #F26390; }
span { border-color: rgb(242,99,144); }
td.TdClassName
{
border-color: #F26390;
}
.TagClassName
{
border-color: #F26390;
}
</style>