Shades of Deep Blush #F17383
Tints of Deep Blush #F17383
RGB
CMYK
RGB Variations
Color information
#F17383 (or 0xF17383) is known color: Deep Blush. HEX triplet: F1, 73 and 83. RGB value is (241,115,131). Sum of RGB (Red+Green+Blue) = 241+115+131=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F17383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17383 is #0E8C7C. Grayscale: #9A9A9A. Windows color (decimal): -953469 or 8614897. OLE color: 8614897.
HSL color Cylindrical-coordinate representation of color #F17383: hue angle of 352.38º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17383 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 131 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.05 |
| HSL | 352.38º | 0.82% | 0.7% | - |
| HSV(B) | 352.38º | 0.52% | 0.95% | - |
| XYZ | 46.5 | 32.6 | 25.31 | - |
| YUV | 154.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 131 | 0 | 0.52 | 0.46 | 0.05 | 352.38 | 0.82 | 0.7 |
| Hex | F1 | 73 | 83 | 0 | 34 | 2E | 5 | 160 | 52 | 46 |
| Octal | 361 | 163 | 203 | 0 | 64 | 56 | 5 | 540 | 122 | 106 |
| Binary | 11110001 | 1110011 | 10000011 | 0 | 110100 | 101110 | 101 | 101100000 | 1010010 | 1000110 |
Color Harmonies of #F17383
Complementary color
Monochromatic Colors of #F17383
Black with #F17383
Text Example
Text Example
White with #F17383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17383; }
p { color: rgb(241,115,131); }
H1.HeaderClassName
{
color: #F17383;
}
.AnyTagClassName
{
color: #F17383;
}
</style>
background-color css
<style>
a { background-color: #F17383; }
a { background-color: rgb(241,115,131); }
div.DivClassName
{
background-color: #F17383;
}
.BgClassName
{
background-color: #F17383;
}
</style>
border-color css
<style>
span { border-color: #F17383; }
span { border-color: rgb(241,115,131); }
td.TdClassName
{
border-color: #F17383;
}
.TagClassName
{
border-color: #F17383;
}
</style>