Shades of Deep Blush #F27684
Tints of Deep Blush #F27684
RGB
CMYK
RGB Variations
Color information
#F27684 (or 0xF27684) is known color: Deep Blush. HEX triplet: F2, 76 and 84. RGB value is (242,118,132). Sum of RGB (Red+Green+Blue) = 242+118+132=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F27684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27684 is #0D897B. Grayscale: #9C9C9C. Windows color (decimal): -887164 or 8681202. OLE color: 8681202.
HSL color Cylindrical-coordinate representation of color #F27684: hue angle of 353.23º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27684 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 132 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.05 |
| HSL | 353.23º | 0.83% | 0.71% | - |
| HSV(B) | 353.23º | 0.51% | 0.95% | - |
| XYZ | 47.26 | 33.5 | 25.81 | - |
| YUV | 156.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 132 | 0 | 0.51 | 0.45 | 0.05 | 353.23 | 0.83 | 0.71 |
| Hex | F2 | 76 | 84 | 0 | 33 | 2D | 5 | 161 | 53 | 47 |
| Octal | 362 | 166 | 204 | 0 | 63 | 55 | 5 | 541 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10000100 | 0 | 110011 | 101101 | 101 | 101100001 | 1010011 | 1000111 |
Color Harmonies of #F27684
Complementary color
Monochromatic Colors of #F27684
Black with #F27684
Text Example
Text Example
White with #F27684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27684; }
p { color: rgb(242,118,132); }
H1.HeaderClassName
{
color: #F27684;
}
.AnyTagClassName
{
color: #F27684;
}
</style>
background-color css
<style>
a { background-color: #F27684; }
a { background-color: rgb(242,118,132); }
div.DivClassName
{
background-color: #F27684;
}
.BgClassName
{
background-color: #F27684;
}
</style>
border-color css
<style>
span { border-color: #F27684; }
span { border-color: rgb(242,118,132); }
td.TdClassName
{
border-color: #F27684;
}
.TagClassName
{
border-color: #F27684;
}
</style>