Shades of Deep Blush #F17194
Tints of Deep Blush #F17194
RGB
CMYK
RGB Variations
Color information
#F17194 (or 0xF17194) is known color: Deep Blush. HEX triplet: F1, 71 and 94. RGB value is (241,113,148). Sum of RGB (Red+Green+Blue) = 241+113+148=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F17194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17194 is #0E8E6B. Grayscale: #9B9B9B. Windows color (decimal): -953964 or 9728497. OLE color: 9728497.
HSL color Cylindrical-coordinate representation of color #F17194: hue angle of 343.59º 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 #F17194 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 148 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.05 |
| HSL | 343.59º | 0.82% | 0.69% | - |
| HSV(B) | 343.59º | 0.53% | 0.95% | - |
| XYZ | 47.53 | 32.65 | 31.81 | - |
| YUV | 155.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 148 | 0 | 0.53 | 0.39 | 0.05 | 343.59 | 0.82 | 0.69 |
| Hex | F1 | 71 | 94 | 0 | 35 | 27 | 5 | 158 | 52 | 45 |
| Octal | 361 | 161 | 224 | 0 | 65 | 47 | 5 | 530 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10010100 | 0 | 110101 | 100111 | 101 | 101011000 | 1010010 | 1000101 |
Color Harmonies of #F17194
Complementary color
Monochromatic Colors of #F17194
Black with #F17194
Text Example
Text Example
White with #F17194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17194; }
p { color: rgb(241,113,148); }
H1.HeaderClassName
{
color: #F17194;
}
.AnyTagClassName
{
color: #F17194;
}
</style>
background-color css
<style>
a { background-color: #F17194; }
a { background-color: rgb(241,113,148); }
div.DivClassName
{
background-color: #F17194;
}
.BgClassName
{
background-color: #F17194;
}
</style>
border-color css
<style>
span { border-color: #F17194; }
span { border-color: rgb(241,113,148); }
td.TdClassName
{
border-color: #F17194;
}
.TagClassName
{
border-color: #F17194;
}
</style>