Shades of Deep Blush #F46C8A
Tints of Deep Blush #F46C8A
RGB
CMYK
RGB Variations
Color information
#F46C8A (or 0xF46C8A) is known color: Deep Blush. HEX triplet: F4, 6C and 8A. RGB value is (244,108,138). Sum of RGB (Red+Green+Blue) = 244+108+138=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F46C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46C8A is #0B9375. Grayscale: #989898. Windows color (decimal): -758646 or 9071860. OLE color: 9071860.
HSL color Cylindrical-coordinate representation of color #F46C8A: hue angle of 346.76º 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 #F46C8A is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 108 | 138 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.04 |
| HSL | 346.76º | 0.86% | 0.69% | - |
| HSV(B) | 346.76º | 0.56% | 0.96% | - |
| XYZ | 47.26 | 31.79 | 27.69 | - |
| YUV | 152.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 108 | 138 | 0 | 0.56 | 0.43 | 0.04 | 346.76 | 0.86 | 0.69 |
| Hex | F4 | 6C | 8A | 0 | 38 | 2B | 4 | 15B | 56 | 45 |
| Octal | 364 | 154 | 212 | 0 | 70 | 53 | 4 | 533 | 126 | 105 |
| Binary | 11110100 | 1101100 | 10001010 | 0 | 111000 | 101011 | 100 | 101011011 | 1010110 | 1000101 |
Color Harmonies of #F46C8A
Complementary color
Monochromatic Colors of #F46C8A
Black with #F46C8A
Text Example
Text Example
White with #F46C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46C8A; }
p { color: rgb(244,108,138); }
H1.HeaderClassName
{
color: #F46C8A;
}
.AnyTagClassName
{
color: #F46C8A;
}
</style>
background-color css
<style>
a { background-color: #F46C8A; }
a { background-color: rgb(244,108,138); }
div.DivClassName
{
background-color: #F46C8A;
}
.BgClassName
{
background-color: #F46C8A;
}
</style>
border-color css
<style>
span { border-color: #F46C8A; }
span { border-color: rgb(244,108,138); }
td.TdClassName
{
border-color: #F46C8A;
}
.TagClassName
{
border-color: #F46C8A;
}
</style>