Shades of Deep Blush #F26696
Tints of Deep Blush #F26696
RGB
CMYK
RGB Variations
Color information
#F26696 (or 0xF26696) is known color: Deep Blush. HEX triplet: F2, 66 and 96. RGB value is (242,102,150). Sum of RGB (Red+Green+Blue) = 242+102+150=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F26696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26696 is #0D9969. Grayscale: #959595. Windows color (decimal): -891242 or 9856754. OLE color: 9856754.
HSL color Cylindrical-coordinate representation of color #F26696: hue angle of 339.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26696 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 150 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.05 |
| HSL | 339.43º | 0.84% | 0.67% | - |
| HSV(B) | 339.43º | 0.58% | 0.95% | - |
| XYZ | 46.87 | 30.58 | 32.29 | - |
| YUV | 149.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 150 | 0 | 0.58 | 0.38 | 0.05 | 339.43 | 0.84 | 0.67 |
| Hex | F2 | 66 | 96 | 0 | 3A | 26 | 5 | 153 | 54 | 43 |
| Octal | 362 | 146 | 226 | 0 | 72 | 46 | 5 | 523 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10010110 | 0 | 111010 | 100110 | 101 | 101010011 | 1010100 | 1000011 |
Color Harmonies of #F26696
Complementary color
Monochromatic Colors of #F26696
Black with #F26696
Text Example
Text Example
White with #F26696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26696; }
p { color: rgb(242,102,150); }
H1.HeaderClassName
{
color: #F26696;
}
.AnyTagClassName
{
color: #F26696;
}
</style>
background-color css
<style>
a { background-color: #F26696; }
a { background-color: rgb(242,102,150); }
div.DivClassName
{
background-color: #F26696;
}
.BgClassName
{
background-color: #F26696;
}
</style>
border-color css
<style>
span { border-color: #F26696; }
span { border-color: rgb(242,102,150); }
td.TdClassName
{
border-color: #F26696;
}
.TagClassName
{
border-color: #F26696;
}
</style>