Shades of Deep Blush #F17282
Tints of Deep Blush #F17282
RGB
CMYK
RGB Variations
Color information
#F17282 (or 0xF17282) is known color: Deep Blush. HEX triplet: F1, 72 and 82. RGB value is (241,114,130). Sum of RGB (Red+Green+Blue) = 241+114+130=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F17282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17282 is #0E8D7D. Grayscale: #999999. Windows color (decimal): -953726 or 8549105. OLE color: 8549105.
HSL color Cylindrical-coordinate representation of color #F17282: hue angle of 352.44º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17282 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 130 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.05 |
| HSL | 352.44º | 0.82% | 0.7% | - |
| HSV(B) | 352.44º | 0.53% | 0.95% | - |
| XYZ | 46.32 | 32.35 | 24.92 | - |
| YUV | 153.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 130 | 0 | 0.53 | 0.46 | 0.05 | 352.44 | 0.82 | 0.7 |
| Hex | F1 | 72 | 82 | 0 | 35 | 2E | 5 | 160 | 52 | 46 |
| Octal | 361 | 162 | 202 | 0 | 65 | 56 | 5 | 540 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10000010 | 0 | 110101 | 101110 | 101 | 101100000 | 1010010 | 1000110 |
Color Harmonies of #F17282
Complementary color
Monochromatic Colors of #F17282
Black with #F17282
Text Example
Text Example
White with #F17282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17282; }
p { color: rgb(241,114,130); }
H1.HeaderClassName
{
color: #F17282;
}
.AnyTagClassName
{
color: #F17282;
}
</style>
background-color css
<style>
a { background-color: #F17282; }
a { background-color: rgb(241,114,130); }
div.DivClassName
{
background-color: #F17282;
}
.BgClassName
{
background-color: #F17282;
}
</style>
border-color css
<style>
span { border-color: #F17282; }
span { border-color: rgb(241,114,130); }
td.TdClassName
{
border-color: #F17282;
}
.TagClassName
{
border-color: #F17282;
}
</style>