Shades of Deep Blush #F17183
Tints of Deep Blush #F17183
RGB
CMYK
RGB Variations
Color information
#F17183 (or 0xF17183) is known color: Deep Blush. HEX triplet: F1, 71 and 83. RGB value is (241,113,131). Sum of RGB (Red+Green+Blue) = 241+113+131=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F17183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17183 is #0E8E7C. Grayscale: #999999. Windows color (decimal): -953981 or 8614385. OLE color: 8614385.
HSL color Cylindrical-coordinate representation of color #F17183: hue angle of 351.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17183 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 131 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.05 |
| HSL | 351.56º | 0.82% | 0.69% | - |
| HSV(B) | 351.56º | 0.53% | 0.95% | - |
| XYZ | 46.28 | 32.15 | 25.24 | - |
| YUV | 153.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 131 | 0 | 0.53 | 0.46 | 0.05 | 351.56 | 0.82 | 0.69 |
| Hex | F1 | 71 | 83 | 0 | 35 | 2E | 5 | 160 | 52 | 45 |
| Octal | 361 | 161 | 203 | 0 | 65 | 56 | 5 | 540 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10000011 | 0 | 110101 | 101110 | 101 | 101100000 | 1010010 | 1000101 |
Color Harmonies of #F17183
Complementary color
Monochromatic Colors of #F17183
Black with #F17183
Text Example
Text Example
White with #F17183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17183; }
p { color: rgb(241,113,131); }
H1.HeaderClassName
{
color: #F17183;
}
.AnyTagClassName
{
color: #F17183;
}
</style>
background-color css
<style>
a { background-color: #F17183; }
a { background-color: rgb(241,113,131); }
div.DivClassName
{
background-color: #F17183;
}
.BgClassName
{
background-color: #F17183;
}
</style>
border-color css
<style>
span { border-color: #F17183; }
span { border-color: rgb(241,113,131); }
td.TdClassName
{
border-color: #F17183;
}
.TagClassName
{
border-color: #F17183;
}
</style>