Shades of Deep Blush #F3708F
Tints of Deep Blush #F3708F
RGB
CMYK
RGB Variations
Color information
#F3708F (or 0xF3708F) is known color: Deep Blush. HEX triplet: F3, 70 and 8F. RGB value is (243,112,143). Sum of RGB (Red+Green+Blue) = 243+112+143=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3708F is #0C8F70. Grayscale: #9A9A9A. Windows color (decimal): -823153 or 9400563. OLE color: 9400563.
HSL color Cylindrical-coordinate representation of color #F3708F: hue angle of 345.8º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3708F is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 143 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.05 |
| HSL | 345.8º | 0.85% | 0.7% | - |
| HSV(B) | 345.8º | 0.54% | 0.95% | - |
| XYZ | 47.71 | 32.63 | 29.77 | - |
| YUV | 154.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 143 | 0 | 0.54 | 0.41 | 0.05 | 345.8 | 0.85 | 0.7 |
| Hex | F3 | 70 | 8F | 0 | 36 | 29 | 5 | 15A | 55 | 46 |
| Octal | 363 | 160 | 217 | 0 | 66 | 51 | 5 | 532 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10001111 | 0 | 110110 | 101001 | 101 | 101011010 | 1010101 | 1000110 |
Color Harmonies of #F3708F
Complementary color
Monochromatic Colors of #F3708F
Black with #F3708F
Text Example
Text Example
White with #F3708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3708F; }
p { color: rgb(243,112,143); }
H1.HeaderClassName
{
color: #F3708F;
}
.AnyTagClassName
{
color: #F3708F;
}
</style>
background-color css
<style>
a { background-color: #F3708F; }
a { background-color: rgb(243,112,143); }
div.DivClassName
{
background-color: #F3708F;
}
.BgClassName
{
background-color: #F3708F;
}
</style>
border-color css
<style>
span { border-color: #F3708F; }
span { border-color: rgb(243,112,143); }
td.TdClassName
{
border-color: #F3708F;
}
.TagClassName
{
border-color: #F3708F;
}
</style>