Shades of Deep Blush #F16593
Tints of Deep Blush #F16593
RGB
CMYK
RGB Variations
Color information
#F16593 (or 0xF16593) is known color: Deep Blush. HEX triplet: F1, 65 and 93. RGB value is (241,101,147). Sum of RGB (Red+Green+Blue) = 241+101+147=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F16593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16593 is #0E9A6C. Grayscale: #949494. Windows color (decimal): -957037 or 9659889. OLE color: 9659889.
HSL color Cylindrical-coordinate representation of color #F16593: hue angle of 340.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16593 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 147 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.05 |
| HSL | 340.29º | 0.83% | 0.67% | - |
| HSV(B) | 340.29º | 0.58% | 0.95% | - |
| XYZ | 46.2 | 30.11 | 30.98 | - |
| YUV | 148.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 147 | 0 | 0.58 | 0.39 | 0.05 | 340.29 | 0.83 | 0.67 |
| Hex | F1 | 65 | 93 | 0 | 3A | 27 | 5 | 154 | 53 | 43 |
| Octal | 361 | 145 | 223 | 0 | 72 | 47 | 5 | 524 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10010011 | 0 | 111010 | 100111 | 101 | 101010100 | 1010011 | 1000011 |
Color Harmonies of #F16593
Complementary color
Monochromatic Colors of #F16593
Black with #F16593
Text Example
Text Example
White with #F16593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16593; }
p { color: rgb(241,101,147); }
H1.HeaderClassName
{
color: #F16593;
}
.AnyTagClassName
{
color: #F16593;
}
</style>
background-color css
<style>
a { background-color: #F16593; }
a { background-color: rgb(241,101,147); }
div.DivClassName
{
background-color: #F16593;
}
.BgClassName
{
background-color: #F16593;
}
</style>
border-color css
<style>
span { border-color: #F16593; }
span { border-color: rgb(241,101,147); }
td.TdClassName
{
border-color: #F16593;
}
.TagClassName
{
border-color: #F16593;
}
</style>