Shades of Deep Blush #F26D88
Tints of Deep Blush #F26D88
RGB
CMYK
RGB Variations
Color information
#F26D88 (or 0xF26D88) is known color: Deep Blush. HEX triplet: F2, 6D and 88. RGB value is (242,109,136). Sum of RGB (Red+Green+Blue) = 242+109+136=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D88 is #0D9277. Grayscale: #979797. Windows color (decimal): -889464 or 8941042. OLE color: 8941042.
HSL color Cylindrical-coordinate representation of color #F26D88: hue angle of 347.82º 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 #F26D88 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 136 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.05 |
| HSL | 347.82º | 0.84% | 0.69% | - |
| HSV(B) | 347.82º | 0.55% | 0.95% | - |
| XYZ | 46.53 | 31.59 | 26.94 | - |
| YUV | 151.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 136 | 0 | 0.55 | 0.44 | 0.05 | 347.82 | 0.84 | 0.69 |
| Hex | F2 | 6D | 88 | 0 | 37 | 2C | 5 | 15C | 54 | 45 |
| Octal | 362 | 155 | 210 | 0 | 67 | 54 | 5 | 534 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10001000 | 0 | 110111 | 101100 | 101 | 101011100 | 1010100 | 1000101 |
Color Harmonies of #F26D88
Complementary color
Monochromatic Colors of #F26D88
Black with #F26D88
Text Example
Text Example
White with #F26D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D88; }
p { color: rgb(242,109,136); }
H1.HeaderClassName
{
color: #F26D88;
}
.AnyTagClassName
{
color: #F26D88;
}
</style>
background-color css
<style>
a { background-color: #F26D88; }
a { background-color: rgb(242,109,136); }
div.DivClassName
{
background-color: #F26D88;
}
.BgClassName
{
background-color: #F26D88;
}
</style>
border-color css
<style>
span { border-color: #F26D88; }
span { border-color: rgb(242,109,136); }
td.TdClassName
{
border-color: #F26D88;
}
.TagClassName
{
border-color: #F26D88;
}
</style>