Shades of Deep Blush #F17484
Tints of Deep Blush #F17484
RGB
CMYK
RGB Variations
Color information
#F17484 (or 0xF17484) is known color: Deep Blush. HEX triplet: F1, 74 and 84. RGB value is (241,116,132). Sum of RGB (Red+Green+Blue) = 241+116+132=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F17484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17484 is #0E8B7B. Grayscale: #9B9B9B. Windows color (decimal): -953212 or 8680689. OLE color: 8680689.
HSL color Cylindrical-coordinate representation of color #F17484: hue angle of 352.32º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17484 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 132 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.05 |
| HSL | 352.32º | 0.82% | 0.7% | - |
| HSV(B) | 352.32º | 0.52% | 0.95% | - |
| XYZ | 46.69 | 32.86 | 25.71 | - |
| YUV | 155.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 132 | 0 | 0.52 | 0.45 | 0.05 | 352.32 | 0.82 | 0.7 |
| Hex | F1 | 74 | 84 | 0 | 34 | 2D | 5 | 160 | 52 | 46 |
| Octal | 361 | 164 | 204 | 0 | 64 | 55 | 5 | 540 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10000100 | 0 | 110100 | 101101 | 101 | 101100000 | 1010010 | 1000110 |
Color Harmonies of #F17484
Complementary color
Monochromatic Colors of #F17484
Black with #F17484
Text Example
Text Example
White with #F17484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17484; }
p { color: rgb(241,116,132); }
H1.HeaderClassName
{
color: #F17484;
}
.AnyTagClassName
{
color: #F17484;
}
</style>
background-color css
<style>
a { background-color: #F17484; }
a { background-color: rgb(241,116,132); }
div.DivClassName
{
background-color: #F17484;
}
.BgClassName
{
background-color: #F17484;
}
</style>
border-color css
<style>
span { border-color: #F17484; }
span { border-color: rgb(241,116,132); }
td.TdClassName
{
border-color: #F17484;
}
.TagClassName
{
border-color: #F17484;
}
</style>