Shades of Deep Blush #F1668F
Tints of Deep Blush #F1668F
RGB
CMYK
RGB Variations
Color information
#F1668F (or 0xF1668F) is known color: Deep Blush. HEX triplet: F1, 66 and 8F. RGB value is (241,102,143). Sum of RGB (Red+Green+Blue) = 241+102+143=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1668F is #0E9970. Grayscale: #949494. Windows color (decimal): -956785 or 9398001. OLE color: 9398001.
HSL color Cylindrical-coordinate representation of color #F1668F: hue angle of 342.3º 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 #F1668F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 143 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.05 |
| HSL | 342.3º | 0.83% | 0.67% | - |
| HSV(B) | 342.3º | 0.58% | 0.95% | - |
| XYZ | 45.98 | 30.19 | 29.39 | - |
| YUV | 148.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 143 | 0 | 0.58 | 0.41 | 0.05 | 342.3 | 0.83 | 0.67 |
| Hex | F1 | 66 | 8F | 0 | 3A | 29 | 5 | 156 | 53 | 43 |
| Octal | 361 | 146 | 217 | 0 | 72 | 51 | 5 | 526 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10001111 | 0 | 111010 | 101001 | 101 | 101010110 | 1010011 | 1000011 |
Color Harmonies of #F1668F
Complementary color
Monochromatic Colors of #F1668F
Black with #F1668F
Text Example
Text Example
White with #F1668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1668F; }
p { color: rgb(241,102,143); }
H1.HeaderClassName
{
color: #F1668F;
}
.AnyTagClassName
{
color: #F1668F;
}
</style>
background-color css
<style>
a { background-color: #F1668F; }
a { background-color: rgb(241,102,143); }
div.DivClassName
{
background-color: #F1668F;
}
.BgClassName
{
background-color: #F1668F;
}
</style>
border-color css
<style>
span { border-color: #F1668F; }
span { border-color: rgb(241,102,143); }
td.TdClassName
{
border-color: #F1668F;
}
.TagClassName
{
border-color: #F1668F;
}
</style>