Shades of Deep Blush #F26491
Tints of Deep Blush #F26491
RGB
CMYK
RGB Variations
Color information
#F26491 (or 0xF26491) is known color: Deep Blush. HEX triplet: F2, 64 and 91. RGB value is (242,100,145). Sum of RGB (Red+Green+Blue) = 242+100+145=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F26491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26491 is #0D9B6E. Grayscale: #939393. Windows color (decimal): -891759 or 9528562. OLE color: 9528562.
HSL color Cylindrical-coordinate representation of color #F26491: hue angle of 340.99º 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 #F26491 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 145 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.05 |
| HSL | 340.99º | 0.85% | 0.67% | - |
| HSV(B) | 340.99º | 0.59% | 0.95% | - |
| XYZ | 46.29 | 30.04 | 30.15 | - |
| YUV | 147.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 145 | 0 | 0.59 | 0.40 | 0.05 | 340.99 | 0.85 | 0.67 |
| Hex | F2 | 64 | 91 | 0 | 3B | 28 | 5 | 155 | 55 | 43 |
| Octal | 362 | 144 | 221 | 0 | 73 | 50 | 5 | 525 | 125 | 103 |
| Binary | 11110010 | 1100100 | 10010001 | 0 | 111011 | 101000 | 101 | 101010101 | 1010101 | 1000011 |
Color Harmonies of #F26491
Complementary color
Monochromatic Colors of #F26491
Black with #F26491
Text Example
Text Example
White with #F26491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26491; }
p { color: rgb(242,100,145); }
H1.HeaderClassName
{
color: #F26491;
}
.AnyTagClassName
{
color: #F26491;
}
</style>
background-color css
<style>
a { background-color: #F26491; }
a { background-color: rgb(242,100,145); }
div.DivClassName
{
background-color: #F26491;
}
.BgClassName
{
background-color: #F26491;
}
</style>
border-color css
<style>
span { border-color: #F26491; }
span { border-color: rgb(242,100,145); }
td.TdClassName
{
border-color: #F26491;
}
.TagClassName
{
border-color: #F26491;
}
</style>