Shades of Deep Blush #F3708C
Tints of Deep Blush #F3708C
RGB
CMYK
RGB Variations
Color information
#F3708C (or 0xF3708C) is known color: Deep Blush. HEX triplet: F3, 70 and 8C. RGB value is (243,112,140). Sum of RGB (Red+Green+Blue) = 243+112+140=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3708C is #0C8F73. Grayscale: #9A9A9A. Windows color (decimal): -823156 or 9203955. OLE color: 9203955.
HSL color Cylindrical-coordinate representation of color #F3708C: hue angle of 347.18º 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 #F3708C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 140 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.05 |
| HSL | 347.18º | 0.85% | 0.7% | - |
| HSV(B) | 347.18º | 0.54% | 0.95% | - |
| XYZ | 47.49 | 32.54 | 28.59 | - |
| YUV | 154.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 140 | 0 | 0.54 | 0.42 | 0.05 | 347.18 | 0.85 | 0.7 |
| Hex | F3 | 70 | 8C | 0 | 36 | 2A | 5 | 15B | 55 | 46 |
| Octal | 363 | 160 | 214 | 0 | 66 | 52 | 5 | 533 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10001100 | 0 | 110110 | 101010 | 101 | 101011011 | 1010101 | 1000110 |
Color Harmonies of #F3708C
Complementary color
Monochromatic Colors of #F3708C
Black with #F3708C
Text Example
Text Example
White with #F3708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3708C; }
p { color: rgb(243,112,140); }
H1.HeaderClassName
{
color: #F3708C;
}
.AnyTagClassName
{
color: #F3708C;
}
</style>
background-color css
<style>
a { background-color: #F3708C; }
a { background-color: rgb(243,112,140); }
div.DivClassName
{
background-color: #F3708C;
}
.BgClassName
{
background-color: #F3708C;
}
</style>
border-color css
<style>
span { border-color: #F3708C; }
span { border-color: rgb(243,112,140); }
td.TdClassName
{
border-color: #F3708C;
}
.TagClassName
{
border-color: #F3708C;
}
</style>