Shades of Deep Blush #F37984
Tints of Deep Blush #F37984
RGB
CMYK
RGB Variations
Color information
#F37984 (or 0xF37984) is known color: Deep Blush. HEX triplet: F3, 79 and 84. RGB value is (243,121,132). Sum of RGB (Red+Green+Blue) = 243+121+132=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F37984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37984 is #0C867B. Grayscale: #9E9E9E. Windows color (decimal): -820860 or 8681971. OLE color: 8681971.
HSL color Cylindrical-coordinate representation of color #F37984: hue angle of 354.59º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37984 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 132 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.05 |
| HSL | 354.59º | 0.84% | 0.71% | - |
| HSV(B) | 354.59º | 0.5% | 0.95% | - |
| XYZ | 47.96 | 34.4 | 25.94 | - |
| YUV | 158.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 132 | 0 | 0.50 | 0.46 | 0.05 | 354.59 | 0.84 | 0.71 |
| Hex | F3 | 79 | 84 | 0 | 32 | 2E | 5 | 163 | 54 | 47 |
| Octal | 363 | 171 | 204 | 0 | 62 | 56 | 5 | 543 | 124 | 107 |
| Binary | 11110011 | 1111001 | 10000100 | 0 | 110010 | 101110 | 101 | 101100011 | 1010100 | 1000111 |
Color Harmonies of #F37984
Complementary color
Monochromatic Colors of #F37984
Black with #F37984
Text Example
Text Example
White with #F37984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37984; }
p { color: rgb(243,121,132); }
H1.HeaderClassName
{
color: #F37984;
}
.AnyTagClassName
{
color: #F37984;
}
</style>
background-color css
<style>
a { background-color: #F37984; }
a { background-color: rgb(243,121,132); }
div.DivClassName
{
background-color: #F37984;
}
.BgClassName
{
background-color: #F37984;
}
</style>
border-color css
<style>
span { border-color: #F37984; }
span { border-color: rgb(243,121,132); }
td.TdClassName
{
border-color: #F37984;
}
.TagClassName
{
border-color: #F37984;
}
</style>