Shades of Deep Blush #F46A94
Tints of Deep Blush #F46A94
RGB
CMYK
RGB Variations
Color information
#F46A94 (or 0xF46A94) is known color: Deep Blush. HEX triplet: F4, 6A and 94. RGB value is (244,106,148). Sum of RGB (Red+Green+Blue) = 244+106+148=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46A94 is #0B956B. Grayscale: #989898. Windows color (decimal): -759148 or 9726708. OLE color: 9726708.
HSL color Cylindrical-coordinate representation of color #F46A94: hue angle of 341.74º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F46A94 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 106 | 148 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.04 |
| HSL | 341.74º | 0.86% | 0.69% | - |
| HSV(B) | 341.74º | 0.57% | 0.96% | - |
| XYZ | 47.81 | 31.68 | 31.61 | - |
| YUV | 152.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 106 | 148 | 0 | 0.57 | 0.39 | 0.04 | 341.74 | 0.86 | 0.69 |
| Hex | F4 | 6A | 94 | 0 | 39 | 27 | 4 | 156 | 56 | 45 |
| Octal | 364 | 152 | 224 | 0 | 71 | 47 | 4 | 526 | 126 | 105 |
| Binary | 11110100 | 1101010 | 10010100 | 0 | 111001 | 100111 | 100 | 101010110 | 1010110 | 1000101 |
Color Harmonies of #F46A94
Complementary color
Monochromatic Colors of #F46A94
Black with #F46A94
Text Example
Text Example
White with #F46A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46A94; }
p { color: rgb(244,106,148); }
H1.HeaderClassName
{
color: #F46A94;
}
.AnyTagClassName
{
color: #F46A94;
}
</style>
background-color css
<style>
a { background-color: #F46A94; }
a { background-color: rgb(244,106,148); }
div.DivClassName
{
background-color: #F46A94;
}
.BgClassName
{
background-color: #F46A94;
}
</style>
border-color css
<style>
span { border-color: #F46A94; }
span { border-color: rgb(244,106,148); }
td.TdClassName
{
border-color: #F46A94;
}
.TagClassName
{
border-color: #F46A94;
}
</style>