Shades of Deep Blush #F1728C
Tints of Deep Blush #F1728C
RGB
CMYK
RGB Variations
Color information
#F1728C (or 0xF1728C) is known color: Deep Blush. HEX triplet: F1, 72 and 8C. RGB value is (241,114,140). Sum of RGB (Red+Green+Blue) = 241+114+140=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1728C is #0E8D73. Grayscale: #9A9A9A. Windows color (decimal): -953716 or 9204465. OLE color: 9204465.
HSL color Cylindrical-coordinate representation of color #F1728C: hue angle of 347.72º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1728C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 140 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.05 |
| HSL | 347.72º | 0.82% | 0.7% | - |
| HSV(B) | 347.72º | 0.53% | 0.95% | - |
| XYZ | 47.03 | 32.63 | 28.63 | - |
| YUV | 154.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 140 | 0 | 0.53 | 0.42 | 0.05 | 347.72 | 0.82 | 0.7 |
| Hex | F1 | 72 | 8C | 0 | 35 | 2A | 5 | 15C | 52 | 46 |
| Octal | 361 | 162 | 214 | 0 | 65 | 52 | 5 | 534 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10001100 | 0 | 110101 | 101010 | 101 | 101011100 | 1010010 | 1000110 |
Color Harmonies of #F1728C
Complementary color
Monochromatic Colors of #F1728C
Black with #F1728C
Text Example
Text Example
White with #F1728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1728C; }
p { color: rgb(241,114,140); }
H1.HeaderClassName
{
color: #F1728C;
}
.AnyTagClassName
{
color: #F1728C;
}
</style>
background-color css
<style>
a { background-color: #F1728C; }
a { background-color: rgb(241,114,140); }
div.DivClassName
{
background-color: #F1728C;
}
.BgClassName
{
background-color: #F1728C;
}
</style>
border-color css
<style>
span { border-color: #F1728C; }
span { border-color: rgb(241,114,140); }
td.TdClassName
{
border-color: #F1728C;
}
.TagClassName
{
border-color: #F1728C;
}
</style>