Shades of Deep Blush #F2708F
Tints of Deep Blush #F2708F
RGB
CMYK
RGB Variations
Color information
#F2708F (or 0xF2708F) is known color: Deep Blush. HEX triplet: F2, 70 and 8F. RGB value is (242,112,143). Sum of RGB (Red+Green+Blue) = 242+112+143=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2708F is #0D8F70. Grayscale: #9A9A9A. Windows color (decimal): -888689 or 9400562. OLE color: 9400562.
HSL color Cylindrical-coordinate representation of color #F2708F: hue angle of 345.69º 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 #F2708F is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 143 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.05 |
| HSL | 345.69º | 0.83% | 0.69% | - |
| HSV(B) | 345.69º | 0.54% | 0.95% | - |
| XYZ | 47.37 | 32.45 | 29.75 | - |
| YUV | 154.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 143 | 0 | 0.54 | 0.41 | 0.05 | 345.69 | 0.83 | 0.69 |
| Hex | F2 | 70 | 8F | 0 | 36 | 29 | 5 | 15A | 53 | 45 |
| Octal | 362 | 160 | 217 | 0 | 66 | 51 | 5 | 532 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10001111 | 0 | 110110 | 101001 | 101 | 101011010 | 1010011 | 1000101 |
Color Harmonies of #F2708F
Complementary color
Monochromatic Colors of #F2708F
Black with #F2708F
Text Example
Text Example
White with #F2708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2708F; }
p { color: rgb(242,112,143); }
H1.HeaderClassName
{
color: #F2708F;
}
.AnyTagClassName
{
color: #F2708F;
}
</style>
background-color css
<style>
a { background-color: #F2708F; }
a { background-color: rgb(242,112,143); }
div.DivClassName
{
background-color: #F2708F;
}
.BgClassName
{
background-color: #F2708F;
}
</style>
border-color css
<style>
span { border-color: #F2708F; }
span { border-color: rgb(242,112,143); }
td.TdClassName
{
border-color: #F2708F;
}
.TagClassName
{
border-color: #F2708F;
}
</style>