Shades of Deep Blush #F26D99
Tints of Deep Blush #F26D99
RGB
CMYK
RGB Variations
Color information
#F26D99 (or 0xF26D99) is known color: Deep Blush. HEX triplet: F2, 6D and 99. RGB value is (242,109,153). Sum of RGB (Red+Green+Blue) = 242+109+153=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D99 is #0D9266. Grayscale: #999999. Windows color (decimal): -889447 or 10055154. OLE color: 10055154.
HSL color Cylindrical-coordinate representation of color #F26D99: hue angle of 340.15º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26D99 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 153 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.05 |
| HSL | 340.15º | 0.84% | 0.69% | - |
| HSV(B) | 340.15º | 0.55% | 0.95% | - |
| XYZ | 47.84 | 32.11 | 33.81 | - |
| YUV | 153.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 153 | 0 | 0.55 | 0.37 | 0.05 | 340.15 | 0.84 | 0.69 |
| Hex | F2 | 6D | 99 | 0 | 37 | 25 | 5 | 154 | 54 | 45 |
| Octal | 362 | 155 | 231 | 0 | 67 | 45 | 5 | 524 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10011001 | 0 | 110111 | 100101 | 101 | 101010100 | 1010100 | 1000101 |
Color Harmonies of #F26D99
Complementary color
Monochromatic Colors of #F26D99
Black with #F26D99
Text Example
Text Example
White with #F26D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D99; }
p { color: rgb(242,109,153); }
H1.HeaderClassName
{
color: #F26D99;
}
.AnyTagClassName
{
color: #F26D99;
}
</style>
background-color css
<style>
a { background-color: #F26D99; }
a { background-color: rgb(242,109,153); }
div.DivClassName
{
background-color: #F26D99;
}
.BgClassName
{
background-color: #F26D99;
}
</style>
border-color css
<style>
span { border-color: #F26D99; }
span { border-color: rgb(242,109,153); }
td.TdClassName
{
border-color: #F26D99;
}
.TagClassName
{
border-color: #F26D99;
}
</style>