Shades of Deep Blush #F1718A
Tints of Deep Blush #F1718A
RGB
CMYK
RGB Variations
Color information
#F1718A (or 0xF1718A) is known color: Deep Blush. HEX triplet: F1, 71 and 8A. RGB value is (241,113,138). Sum of RGB (Red+Green+Blue) = 241+113+138=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1718A is #0E8E75. Grayscale: #9A9A9A. Windows color (decimal): -953974 or 9073137. OLE color: 9073137.
HSL color Cylindrical-coordinate representation of color #F1718A: hue angle of 348.28º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1718A is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 138 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.05 |
| HSL | 348.28º | 0.82% | 0.69% | - |
| HSV(B) | 348.28º | 0.53% | 0.95% | - |
| XYZ | 46.77 | 32.35 | 27.82 | - |
| YUV | 154.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 138 | 0 | 0.53 | 0.43 | 0.05 | 348.28 | 0.82 | 0.69 |
| Hex | F1 | 71 | 8A | 0 | 35 | 2B | 5 | 15C | 52 | 45 |
| Octal | 361 | 161 | 212 | 0 | 65 | 53 | 5 | 534 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10001010 | 0 | 110101 | 101011 | 101 | 101011100 | 1010010 | 1000101 |
Color Harmonies of #F1718A
Complementary color
Monochromatic Colors of #F1718A
Black with #F1718A
Text Example
Text Example
White with #F1718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1718A; }
p { color: rgb(241,113,138); }
H1.HeaderClassName
{
color: #F1718A;
}
.AnyTagClassName
{
color: #F1718A;
}
</style>
background-color css
<style>
a { background-color: #F1718A; }
a { background-color: rgb(241,113,138); }
div.DivClassName
{
background-color: #F1718A;
}
.BgClassName
{
background-color: #F1718A;
}
</style>
border-color css
<style>
span { border-color: #F1718A; }
span { border-color: rgb(241,113,138); }
td.TdClassName
{
border-color: #F1718A;
}
.TagClassName
{
border-color: #F1718A;
}
</style>