Shades of Deep Blush #F26899
Tints of Deep Blush #F26899
RGB
CMYK
RGB Variations
Color information
#F26899 (or 0xF26899) is known color: Deep Blush. HEX triplet: F2, 68 and 99. RGB value is (242,104,153). Sum of RGB (Red+Green+Blue) = 242+104+153=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F26899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26899 is #0D9766. Grayscale: #969696. Windows color (decimal): -890727 or 10053874. OLE color: 10053874.
HSL color Cylindrical-coordinate representation of color #F26899: hue angle of 338.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26899 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 153 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.05 |
| HSL | 338.7º | 0.84% | 0.68% | - |
| HSV(B) | 338.7º | 0.57% | 0.95% | - |
| XYZ | 47.32 | 31.08 | 33.64 | - |
| YUV | 150.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 153 | 0 | 0.57 | 0.37 | 0.05 | 338.7 | 0.84 | 0.68 |
| Hex | F2 | 68 | 99 | 0 | 39 | 25 | 5 | 153 | 54 | 44 |
| Octal | 362 | 150 | 231 | 0 | 71 | 45 | 5 | 523 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10011001 | 0 | 111001 | 100101 | 101 | 101010011 | 1010100 | 1000100 |
Color Harmonies of #F26899
Complementary color
Monochromatic Colors of #F26899
Black with #F26899
Text Example
Text Example
White with #F26899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26899; }
p { color: rgb(242,104,153); }
H1.HeaderClassName
{
color: #F26899;
}
.AnyTagClassName
{
color: #F26899;
}
</style>
background-color css
<style>
a { background-color: #F26899; }
a { background-color: rgb(242,104,153); }
div.DivClassName
{
background-color: #F26899;
}
.BgClassName
{
background-color: #F26899;
}
</style>
border-color css
<style>
span { border-color: #F26899; }
span { border-color: rgb(242,104,153); }
td.TdClassName
{
border-color: #F26899;
}
.TagClassName
{
border-color: #F26899;
}
</style>