Shades of Deep Blush #F46B8C
Tints of Deep Blush #F46B8C
RGB
CMYK
RGB Variations
Color information
#F46B8C (or 0xF46B8C) is known color: Deep Blush. HEX triplet: F4, 6B and 8C. RGB value is (244,107,140). Sum of RGB (Red+Green+Blue) = 244+107+140=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F46B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46B8C is #0B9473. Grayscale: #979797. Windows color (decimal): -758900 or 9202676. OLE color: 9202676.
HSL color Cylindrical-coordinate representation of color #F46B8C: hue angle of 345.55º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F46B8C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 107 | 140 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.04 |
| HSL | 345.55º | 0.86% | 0.69% | - |
| HSV(B) | 345.55º | 0.56% | 0.96% | - |
| XYZ | 47.3 | 31.64 | 28.43 | - |
| YUV | 151.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 107 | 140 | 0 | 0.56 | 0.43 | 0.04 | 345.55 | 0.86 | 0.69 |
| Hex | F4 | 6B | 8C | 0 | 38 | 2B | 4 | 15A | 56 | 45 |
| Octal | 364 | 153 | 214 | 0 | 70 | 53 | 4 | 532 | 126 | 105 |
| Binary | 11110100 | 1101011 | 10001100 | 0 | 111000 | 101011 | 100 | 101011010 | 1010110 | 1000101 |
Color Harmonies of #F46B8C
Complementary color
Monochromatic Colors of #F46B8C
Black with #F46B8C
Text Example
Text Example
White with #F46B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46B8C; }
p { color: rgb(244,107,140); }
H1.HeaderClassName
{
color: #F46B8C;
}
.AnyTagClassName
{
color: #F46B8C;
}
</style>
background-color css
<style>
a { background-color: #F46B8C; }
a { background-color: rgb(244,107,140); }
div.DivClassName
{
background-color: #F46B8C;
}
.BgClassName
{
background-color: #F46B8C;
}
</style>
border-color css
<style>
span { border-color: #F46B8C; }
span { border-color: rgb(244,107,140); }
td.TdClassName
{
border-color: #F46B8C;
}
.TagClassName
{
border-color: #F46B8C;
}
</style>