Shades of Deep Blush #F1648F
Tints of Deep Blush #F1648F
RGB
CMYK
RGB Variations
Color information
#F1648F (or 0xF1648F) is known color: Deep Blush. HEX triplet: F1, 64 and 8F. RGB value is (241,100,143). Sum of RGB (Red+Green+Blue) = 241+100+143=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1648F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1648F is #0E9B70. Grayscale: #939393. Windows color (decimal): -957297 or 9397489. OLE color: 9397489.
HSL color Cylindrical-coordinate representation of color #F1648F: hue angle of 341.7º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1648F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 143 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.05 |
| HSL | 341.7º | 0.83% | 0.67% | - |
| HSV(B) | 341.7º | 0.59% | 0.95% | - |
| XYZ | 45.79 | 29.8 | 29.32 | - |
| YUV | 147.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 143 | 0 | 0.59 | 0.41 | 0.05 | 341.7 | 0.83 | 0.67 |
| Hex | F1 | 64 | 8F | 0 | 3B | 29 | 5 | 156 | 53 | 43 |
| Octal | 361 | 144 | 217 | 0 | 73 | 51 | 5 | 526 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10001111 | 0 | 111011 | 101001 | 101 | 101010110 | 1010011 | 1000011 |
Color Harmonies of #F1648F
Complementary color
Monochromatic Colors of #F1648F
Black with #F1648F
Text Example
Text Example
White with #F1648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1648F; }
p { color: rgb(241,100,143); }
H1.HeaderClassName
{
color: #F1648F;
}
.AnyTagClassName
{
color: #F1648F;
}
</style>
background-color css
<style>
a { background-color: #F1648F; }
a { background-color: rgb(241,100,143); }
div.DivClassName
{
background-color: #F1648F;
}
.BgClassName
{
background-color: #F1648F;
}
</style>
border-color css
<style>
span { border-color: #F1648F; }
span { border-color: rgb(241,100,143); }
td.TdClassName
{
border-color: #F1648F;
}
.TagClassName
{
border-color: #F1648F;
}
</style>