Shades of Deep Blush #F2708B
Tints of Deep Blush #F2708B
RGB
CMYK
RGB Variations
Color information
#F2708B (or 0xF2708B) is known color: Deep Blush. HEX triplet: F2, 70 and 8B. RGB value is (242,112,139). Sum of RGB (Red+Green+Blue) = 242+112+139=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2708B is #0D8F74. Grayscale: #999999. Windows color (decimal): -888693 or 9138418. OLE color: 9138418.
HSL color Cylindrical-coordinate representation of color #F2708B: hue angle of 347.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2708B is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 139 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.05 |
| HSL | 347.54º | 0.83% | 0.69% | - |
| HSV(B) | 347.54º | 0.54% | 0.95% | - |
| XYZ | 47.07 | 32.33 | 28.19 | - |
| YUV | 153.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 139 | 0 | 0.54 | 0.43 | 0.05 | 347.54 | 0.83 | 0.69 |
| Hex | F2 | 70 | 8B | 0 | 36 | 2B | 5 | 15C | 53 | 45 |
| Octal | 362 | 160 | 213 | 0 | 66 | 53 | 5 | 534 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10001011 | 0 | 110110 | 101011 | 101 | 101011100 | 1010011 | 1000101 |
Color Harmonies of #F2708B
Complementary color
Monochromatic Colors of #F2708B
Black with #F2708B
Text Example
Text Example
White with #F2708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2708B; }
p { color: rgb(242,112,139); }
H1.HeaderClassName
{
color: #F2708B;
}
.AnyTagClassName
{
color: #F2708B;
}
</style>
background-color css
<style>
a { background-color: #F2708B; }
a { background-color: rgb(242,112,139); }
div.DivClassName
{
background-color: #F2708B;
}
.BgClassName
{
background-color: #F2708B;
}
</style>
border-color css
<style>
span { border-color: #F2708B; }
span { border-color: rgb(242,112,139); }
td.TdClassName
{
border-color: #F2708B;
}
.TagClassName
{
border-color: #F2708B;
}
</style>