Shades of Deep Blush #F4768A
Tints of Deep Blush #F4768A
RGB
CMYK
RGB Variations
Color information
#F4768A (or 0xF4768A) is known color: Deep Blush. HEX triplet: F4, 76 and 8A. RGB value is (244,118,138). Sum of RGB (Red+Green+Blue) = 244+118+138=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4768A is #0B8975. Grayscale: #9E9E9E. Windows color (decimal): -756086 or 9074420. OLE color: 9074420.
HSL color Cylindrical-coordinate representation of color #F4768A: hue angle of 350.48º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4768A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 138 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.04 |
| HSL | 350.48º | 0.85% | 0.71% | - |
| HSV(B) | 350.48º | 0.52% | 0.96% | - |
| XYZ | 48.37 | 34.02 | 28.06 | - |
| YUV | 157.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 138 | 0 | 0.52 | 0.43 | 0.04 | 350.48 | 0.85 | 0.71 |
| Hex | F4 | 76 | 8A | 0 | 34 | 2B | 4 | 15E | 55 | 47 |
| Octal | 364 | 166 | 212 | 0 | 64 | 53 | 4 | 536 | 125 | 107 |
| Binary | 11110100 | 1110110 | 10001010 | 0 | 110100 | 101011 | 100 | 101011110 | 1010101 | 1000111 |
Color Harmonies of #F4768A
Complementary color
Monochromatic Colors of #F4768A
Black with #F4768A
Text Example
Text Example
White with #F4768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4768A; }
p { color: rgb(244,118,138); }
H1.HeaderClassName
{
color: #F4768A;
}
.AnyTagClassName
{
color: #F4768A;
}
</style>
background-color css
<style>
a { background-color: #F4768A; }
a { background-color: rgb(244,118,138); }
div.DivClassName
{
background-color: #F4768A;
}
.BgClassName
{
background-color: #F4768A;
}
</style>
border-color css
<style>
span { border-color: #F4768A; }
span { border-color: rgb(244,118,138); }
td.TdClassName
{
border-color: #F4768A;
}
.TagClassName
{
border-color: #F4768A;
}
</style>