Shades of Deep Blush #F46F8C
Tints of Deep Blush #F46F8C
RGB
CMYK
RGB Variations
Color information
#F46F8C (or 0xF46F8C) is known color: Deep Blush. HEX triplet: F4, 6F and 8C. RGB value is (244,111,140). Sum of RGB (Red+Green+Blue) = 244+111+140=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46F8C is #0B9073. Grayscale: #9A9A9A. Windows color (decimal): -757876 or 9203700. OLE color: 9203700.
HSL color Cylindrical-coordinate representation of color #F46F8C: hue angle of 346.92º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46F8C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 111 | 140 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.04 |
| HSL | 346.92º | 0.86% | 0.7% | - |
| HSV(B) | 346.92º | 0.55% | 0.96% | - |
| XYZ | 47.73 | 32.5 | 28.57 | - |
| YUV | 154.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 111 | 140 | 0 | 0.55 | 0.43 | 0.04 | 346.92 | 0.86 | 0.7 |
| Hex | F4 | 6F | 8C | 0 | 37 | 2B | 4 | 15B | 56 | 46 |
| Octal | 364 | 157 | 214 | 0 | 67 | 53 | 4 | 533 | 126 | 106 |
| Binary | 11110100 | 1101111 | 10001100 | 0 | 110111 | 101011 | 100 | 101011011 | 1010110 | 1000110 |
Color Harmonies of #F46F8C
Complementary color
Monochromatic Colors of #F46F8C
Black with #F46F8C
Text Example
Text Example
White with #F46F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46F8C; }
p { color: rgb(244,111,140); }
H1.HeaderClassName
{
color: #F46F8C;
}
.AnyTagClassName
{
color: #F46F8C;
}
</style>
background-color css
<style>
a { background-color: #F46F8C; }
a { background-color: rgb(244,111,140); }
div.DivClassName
{
background-color: #F46F8C;
}
.BgClassName
{
background-color: #F46F8C;
}
</style>
border-color css
<style>
span { border-color: #F46F8C; }
span { border-color: rgb(244,111,140); }
td.TdClassName
{
border-color: #F46F8C;
}
.TagClassName
{
border-color: #F46F8C;
}
</style>