Shades of Deep Blush #F17285
Tints of Deep Blush #F17285
RGB
CMYK
RGB Variations
Color information
#F17285 (or 0xF17285) is known color: Deep Blush. HEX triplet: F1, 72 and 85. RGB value is (241,114,133). Sum of RGB (Red+Green+Blue) = 241+114+133=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F17285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17285 is #0E8D7A. Grayscale: #9A9A9A. Windows color (decimal): -953723 or 8745713. OLE color: 8745713.
HSL color Cylindrical-coordinate representation of color #F17285: hue angle of 351.02º 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 #F17285 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 133 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.05 |
| HSL | 351.02º | 0.82% | 0.7% | - |
| HSV(B) | 351.02º | 0.53% | 0.95% | - |
| XYZ | 46.53 | 32.43 | 26 | - |
| YUV | 154.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 133 | 0 | 0.53 | 0.45 | 0.05 | 351.02 | 0.82 | 0.7 |
| Hex | F1 | 72 | 85 | 0 | 35 | 2D | 5 | 15F | 52 | 46 |
| Octal | 361 | 162 | 205 | 0 | 65 | 55 | 5 | 537 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10000101 | 0 | 110101 | 101101 | 101 | 101011111 | 1010010 | 1000110 |
Color Harmonies of #F17285
Complementary color
Monochromatic Colors of #F17285
Black with #F17285
Text Example
Text Example
White with #F17285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17285; }
p { color: rgb(241,114,133); }
H1.HeaderClassName
{
color: #F17285;
}
.AnyTagClassName
{
color: #F17285;
}
</style>
background-color css
<style>
a { background-color: #F17285; }
a { background-color: rgb(241,114,133); }
div.DivClassName
{
background-color: #F17285;
}
.BgClassName
{
background-color: #F17285;
}
</style>
border-color css
<style>
span { border-color: #F17285; }
span { border-color: rgb(241,114,133); }
td.TdClassName
{
border-color: #F17285;
}
.TagClassName
{
border-color: #F17285;
}
</style>