Shades of Deep Blush #F26690
Tints of Deep Blush #F26690
RGB
CMYK
RGB Variations
Color information
#F26690 (or 0xF26690) is known color: Deep Blush. HEX triplet: F2, 66 and 90. RGB value is (242,102,144). Sum of RGB (Red+Green+Blue) = 242+102+144=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F26690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26690 is #0D996F. Grayscale: #949494. Windows color (decimal): -891248 or 9463538. OLE color: 9463538.
HSL color Cylindrical-coordinate representation of color #F26690: hue angle of 342º 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 #F26690 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 144 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.05 |
| HSL | 342º | 0.84% | 0.67% | - |
| HSV(B) | 342º | 0.58% | 0.95% | - |
| XYZ | 46.4 | 30.39 | 29.81 | - |
| YUV | 148.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 144 | 0 | 0.58 | 0.40 | 0.05 | 342 | 0.84 | 0.67 |
| Hex | F2 | 66 | 90 | 0 | 3A | 28 | 5 | 156 | 54 | 43 |
| Octal | 362 | 146 | 220 | 0 | 72 | 50 | 5 | 526 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10010000 | 0 | 111010 | 101000 | 101 | 101010110 | 1010100 | 1000011 |
Color Harmonies of #F26690
Complementary color
Monochromatic Colors of #F26690
Black with #F26690
Text Example
Text Example
White with #F26690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26690; }
p { color: rgb(242,102,144); }
H1.HeaderClassName
{
color: #F26690;
}
.AnyTagClassName
{
color: #F26690;
}
</style>
background-color css
<style>
a { background-color: #F26690; }
a { background-color: rgb(242,102,144); }
div.DivClassName
{
background-color: #F26690;
}
.BgClassName
{
background-color: #F26690;
}
</style>
border-color css
<style>
span { border-color: #F26690; }
span { border-color: rgb(242,102,144); }
td.TdClassName
{
border-color: #F26690;
}
.TagClassName
{
border-color: #F26690;
}
</style>