Shades of Deep Blush #F17583
Tints of Deep Blush #F17583
RGB
CMYK
RGB Variations
Color information
#F17583 (or 0xF17583) is known color: Deep Blush. HEX triplet: F1, 75 and 83. RGB value is (241,117,131). Sum of RGB (Red+Green+Blue) = 241+117+131=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F17583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17583 is #0E8A7C. Grayscale: #9B9B9B. Windows color (decimal): -952957 or 8615409. OLE color: 8615409.
HSL color Cylindrical-coordinate representation of color #F17583: hue angle of 353.23º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17583 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 131 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.05 |
| HSL | 353.23º | 0.82% | 0.7% | - |
| HSV(B) | 353.23º | 0.51% | 0.95% | - |
| XYZ | 46.73 | 33.06 | 25.39 | - |
| YUV | 155.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 131 | 0 | 0.51 | 0.46 | 0.05 | 353.23 | 0.82 | 0.7 |
| Hex | F1 | 75 | 83 | 0 | 33 | 2E | 5 | 161 | 52 | 46 |
| Octal | 361 | 165 | 203 | 0 | 63 | 56 | 5 | 541 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10000011 | 0 | 110011 | 101110 | 101 | 101100001 | 1010010 | 1000110 |
Color Harmonies of #F17583
Complementary color
Monochromatic Colors of #F17583
Black with #F17583
Text Example
Text Example
White with #F17583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17583; }
p { color: rgb(241,117,131); }
H1.HeaderClassName
{
color: #F17583;
}
.AnyTagClassName
{
color: #F17583;
}
</style>
background-color css
<style>
a { background-color: #F17583; }
a { background-color: rgb(241,117,131); }
div.DivClassName
{
background-color: #F17583;
}
.BgClassName
{
background-color: #F17583;
}
</style>
border-color css
<style>
span { border-color: #F17583; }
span { border-color: rgb(241,117,131); }
td.TdClassName
{
border-color: #F17583;
}
.TagClassName
{
border-color: #F17583;
}
</style>