Shades of Deep Blush #F26393
Tints of Deep Blush #F26393
RGB
CMYK
RGB Variations
Color information
#F26393 (or 0xF26393) is known color: Deep Blush. HEX triplet: F2, 63 and 93. RGB value is (242,99,147). Sum of RGB (Red+Green+Blue) = 242+99+147=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F26393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26393 is #0D9C6C. Grayscale: #939393. Windows color (decimal): -892013 or 9659378. OLE color: 9659378.
HSL color Cylindrical-coordinate representation of color #F26393: hue angle of 339.86º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26393 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 147 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.05 |
| HSL | 339.86º | 0.85% | 0.67% | - |
| HSV(B) | 339.86º | 0.59% | 0.95% | - |
| XYZ | 46.35 | 29.91 | 30.93 | - |
| YUV | 147.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 147 | 0 | 0.59 | 0.39 | 0.05 | 339.86 | 0.85 | 0.67 |
| Hex | F2 | 63 | 93 | 0 | 3B | 27 | 5 | 154 | 55 | 43 |
| Octal | 362 | 143 | 223 | 0 | 73 | 47 | 5 | 524 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10010011 | 0 | 111011 | 100111 | 101 | 101010100 | 1010101 | 1000011 |
Color Harmonies of #F26393
Complementary color
Monochromatic Colors of #F26393
Black with #F26393
Text Example
Text Example
White with #F26393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26393; }
p { color: rgb(242,99,147); }
H1.HeaderClassName
{
color: #F26393;
}
.AnyTagClassName
{
color: #F26393;
}
</style>
background-color css
<style>
a { background-color: #F26393; }
a { background-color: rgb(242,99,147); }
div.DivClassName
{
background-color: #F26393;
}
.BgClassName
{
background-color: #F26393;
}
</style>
border-color css
<style>
span { border-color: #F26393; }
span { border-color: rgb(242,99,147); }
td.TdClassName
{
border-color: #F26393;
}
.TagClassName
{
border-color: #F26393;
}
</style>