Shades of Deep Blush #F26C90
Tints of Deep Blush #F26C90
RGB
CMYK
RGB Variations
Color information
#F26C90 (or 0xF26C90) is known color: Deep Blush. HEX triplet: F2, 6C and 90. RGB value is (242,108,144). Sum of RGB (Red+Green+Blue) = 242+108+144=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C90 is #0D936F. Grayscale: #989898. Windows color (decimal): -889712 or 9465074. OLE color: 9465074.
HSL color Cylindrical-coordinate representation of color #F26C90: hue angle of 343.88º 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 #F26C90 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 144 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.05 |
| HSL | 343.88º | 0.84% | 0.69% | - |
| HSV(B) | 343.88º | 0.55% | 0.95% | - |
| XYZ | 47.01 | 31.62 | 30.01 | - |
| YUV | 152.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 144 | 0 | 0.55 | 0.40 | 0.05 | 343.88 | 0.84 | 0.69 |
| Hex | F2 | 6C | 90 | 0 | 37 | 28 | 5 | 158 | 54 | 45 |
| Octal | 362 | 154 | 220 | 0 | 67 | 50 | 5 | 530 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10010000 | 0 | 110111 | 101000 | 101 | 101011000 | 1010100 | 1000101 |
Color Harmonies of #F26C90
Complementary color
Monochromatic Colors of #F26C90
Black with #F26C90
Text Example
Text Example
White with #F26C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C90; }
p { color: rgb(242,108,144); }
H1.HeaderClassName
{
color: #F26C90;
}
.AnyTagClassName
{
color: #F26C90;
}
</style>
background-color css
<style>
a { background-color: #F26C90; }
a { background-color: rgb(242,108,144); }
div.DivClassName
{
background-color: #F26C90;
}
.BgClassName
{
background-color: #F26C90;
}
</style>
border-color css
<style>
span { border-color: #F26C90; }
span { border-color: rgb(242,108,144); }
td.TdClassName
{
border-color: #F26C90;
}
.TagClassName
{
border-color: #F26C90;
}
</style>