Shades of Deep Blush #F16693
Tints of Deep Blush #F16693
RGB
CMYK
RGB Variations
Color information
#F16693 (or 0xF16693) is known color: Deep Blush. HEX triplet: F1, 66 and 93. RGB value is (241,102,147). Sum of RGB (Red+Green+Blue) = 241+102+147=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16693 is #0E996C. Grayscale: #949494. Windows color (decimal): -956781 or 9660145. OLE color: 9660145.
HSL color Cylindrical-coordinate representation of color #F16693: hue angle of 340.58º 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 #F16693 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 147 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.05 |
| HSL | 340.58º | 0.83% | 0.67% | - |
| HSV(B) | 340.58º | 0.58% | 0.95% | - |
| XYZ | 46.29 | 30.31 | 31.01 | - |
| YUV | 148.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 147 | 0 | 0.58 | 0.39 | 0.05 | 340.58 | 0.83 | 0.67 |
| Hex | F1 | 66 | 93 | 0 | 3A | 27 | 5 | 155 | 53 | 43 |
| Octal | 361 | 146 | 223 | 0 | 72 | 47 | 5 | 525 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10010011 | 0 | 111010 | 100111 | 101 | 101010101 | 1010011 | 1000011 |
Color Harmonies of #F16693
Complementary color
Monochromatic Colors of #F16693
Black with #F16693
Text Example
Text Example
White with #F16693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16693; }
p { color: rgb(241,102,147); }
H1.HeaderClassName
{
color: #F16693;
}
.AnyTagClassName
{
color: #F16693;
}
</style>
background-color css
<style>
a { background-color: #F16693; }
a { background-color: rgb(241,102,147); }
div.DivClassName
{
background-color: #F16693;
}
.BgClassName
{
background-color: #F16693;
}
</style>
border-color css
<style>
span { border-color: #F16693; }
span { border-color: rgb(241,102,147); }
td.TdClassName
{
border-color: #F16693;
}
.TagClassName
{
border-color: #F16693;
}
</style>