Shades of Deep Blush #F1668B
Tints of Deep Blush #F1668B
RGB
CMYK
RGB Variations
Color information
#F1668B (or 0xF1668B) is known color: Deep Blush. HEX triplet: F1, 66 and 8B. RGB value is (241,102,139). Sum of RGB (Red+Green+Blue) = 241+102+139=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1668B is #0E9974. Grayscale: #939393. Windows color (decimal): -956789 or 9135857. OLE color: 9135857.
HSL color Cylindrical-coordinate representation of color #F1668B: hue angle of 344.03º 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 #F1668B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 139 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.05 |
| HSL | 344.03º | 0.83% | 0.67% | - |
| HSV(B) | 344.03º | 0.58% | 0.95% | - |
| XYZ | 45.69 | 30.07 | 27.82 | - |
| YUV | 147.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 139 | 0 | 0.58 | 0.42 | 0.05 | 344.03 | 0.83 | 0.67 |
| Hex | F1 | 66 | 8B | 0 | 3A | 2A | 5 | 158 | 53 | 43 |
| Octal | 361 | 146 | 213 | 0 | 72 | 52 | 5 | 530 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10001011 | 0 | 111010 | 101010 | 101 | 101011000 | 1010011 | 1000011 |
Color Harmonies of #F1668B
Complementary color
Monochromatic Colors of #F1668B
Black with #F1668B
Text Example
Text Example
White with #F1668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1668B; }
p { color: rgb(241,102,139); }
H1.HeaderClassName
{
color: #F1668B;
}
.AnyTagClassName
{
color: #F1668B;
}
</style>
background-color css
<style>
a { background-color: #F1668B; }
a { background-color: rgb(241,102,139); }
div.DivClassName
{
background-color: #F1668B;
}
.BgClassName
{
background-color: #F1668B;
}
</style>
border-color css
<style>
span { border-color: #F1668B; }
span { border-color: rgb(241,102,139); }
td.TdClassName
{
border-color: #F1668B;
}
.TagClassName
{
border-color: #F1668B;
}
</style>