Shades of Deep Blush #F26C96
Tints of Deep Blush #F26C96
RGB
CMYK
RGB Variations
Color information
#F26C96 (or 0xF26C96) is known color: Deep Blush. HEX triplet: F2, 6C and 96. RGB value is (242,108,150). Sum of RGB (Red+Green+Blue) = 242+108+150=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C96 is #0D9369. Grayscale: #989898. Windows color (decimal): -889706 or 9858290. OLE color: 9858290.
HSL color Cylindrical-coordinate representation of color #F26C96: hue angle of 341.19º 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 #F26C96 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 150 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.05 |
| HSL | 341.19º | 0.84% | 0.69% | - |
| HSV(B) | 341.19º | 0.55% | 0.95% | - |
| XYZ | 47.49 | 31.8 | 32.49 | - |
| YUV | 152.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 150 | 0 | 0.55 | 0.38 | 0.05 | 341.19 | 0.84 | 0.69 |
| Hex | F2 | 6C | 96 | 0 | 37 | 26 | 5 | 155 | 54 | 45 |
| Octal | 362 | 154 | 226 | 0 | 67 | 46 | 5 | 525 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10010110 | 0 | 110111 | 100110 | 101 | 101010101 | 1010100 | 1000101 |
Color Harmonies of #F26C96
Complementary color
Monochromatic Colors of #F26C96
Black with #F26C96
Text Example
Text Example
White with #F26C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C96; }
p { color: rgb(242,108,150); }
H1.HeaderClassName
{
color: #F26C96;
}
.AnyTagClassName
{
color: #F26C96;
}
</style>
background-color css
<style>
a { background-color: #F26C96; }
a { background-color: rgb(242,108,150); }
div.DivClassName
{
background-color: #F26C96;
}
.BgClassName
{
background-color: #F26C96;
}
</style>
border-color css
<style>
span { border-color: #F26C96; }
span { border-color: rgb(242,108,150); }
td.TdClassName
{
border-color: #F26C96;
}
.TagClassName
{
border-color: #F26C96;
}
</style>