Shades of Deep Blush #F46C8C
Tints of Deep Blush #F46C8C
RGB
CMYK
RGB Variations
Color information
#F46C8C (or 0xF46C8C) is known color: Deep Blush. HEX triplet: F4, 6C and 8C. RGB value is (244,108,140). Sum of RGB (Red+Green+Blue) = 244+108+140=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46C8C is #0B9373. Grayscale: #989898. Windows color (decimal): -758644 or 9202932. OLE color: 9202932.
HSL color Cylindrical-coordinate representation of color #F46C8C: hue angle of 345.88º 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 #F46C8C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 108 | 140 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.04 |
| HSL | 345.88º | 0.86% | 0.69% | - |
| HSV(B) | 345.88º | 0.56% | 0.96% | - |
| XYZ | 47.4 | 31.85 | 28.46 | - |
| YUV | 152.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 108 | 140 | 0 | 0.56 | 0.43 | 0.04 | 345.88 | 0.86 | 0.69 |
| Hex | F4 | 6C | 8C | 0 | 38 | 2B | 4 | 15A | 56 | 45 |
| Octal | 364 | 154 | 214 | 0 | 70 | 53 | 4 | 532 | 126 | 105 |
| Binary | 11110100 | 1101100 | 10001100 | 0 | 111000 | 101011 | 100 | 101011010 | 1010110 | 1000101 |
Color Harmonies of #F46C8C
Complementary color
Monochromatic Colors of #F46C8C
Black with #F46C8C
Text Example
Text Example
White with #F46C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46C8C; }
p { color: rgb(244,108,140); }
H1.HeaderClassName
{
color: #F46C8C;
}
.AnyTagClassName
{
color: #F46C8C;
}
</style>
background-color css
<style>
a { background-color: #F46C8C; }
a { background-color: rgb(244,108,140); }
div.DivClassName
{
background-color: #F46C8C;
}
.BgClassName
{
background-color: #F46C8C;
}
</style>
border-color css
<style>
span { border-color: #F46C8C; }
span { border-color: rgb(244,108,140); }
td.TdClassName
{
border-color: #F46C8C;
}
.TagClassName
{
border-color: #F46C8C;
}
</style>