Shades of Deep Blush #F2728F
Tints of Deep Blush #F2728F
RGB
CMYK
RGB Variations
Color information
#F2728F (or 0xF2728F) is known color: Deep Blush. HEX triplet: F2, 72 and 8F. RGB value is (242,114,143). Sum of RGB (Red+Green+Blue) = 242+114+143=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2728F is #0D8D70. Grayscale: #9B9B9B. Windows color (decimal): -888177 or 9401074. OLE color: 9401074.
HSL color Cylindrical-coordinate representation of color #F2728F: hue angle of 346.41º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2728F is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 143 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.05 |
| HSL | 346.41º | 0.83% | 0.7% | - |
| HSV(B) | 346.41º | 0.53% | 0.95% | - |
| XYZ | 47.59 | 32.9 | 29.83 | - |
| YUV | 155.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 143 | 0 | 0.53 | 0.41 | 0.05 | 346.41 | 0.83 | 0.7 |
| Hex | F2 | 72 | 8F | 0 | 35 | 29 | 5 | 15A | 53 | 46 |
| Octal | 362 | 162 | 217 | 0 | 65 | 51 | 5 | 532 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10001111 | 0 | 110101 | 101001 | 101 | 101011010 | 1010011 | 1000110 |
Color Harmonies of #F2728F
Complementary color
Monochromatic Colors of #F2728F
Black with #F2728F
Text Example
Text Example
White with #F2728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2728F; }
p { color: rgb(242,114,143); }
H1.HeaderClassName
{
color: #F2728F;
}
.AnyTagClassName
{
color: #F2728F;
}
</style>
background-color css
<style>
a { background-color: #F2728F; }
a { background-color: rgb(242,114,143); }
div.DivClassName
{
background-color: #F2728F;
}
.BgClassName
{
background-color: #F2728F;
}
</style>
border-color css
<style>
span { border-color: #F2728F; }
span { border-color: rgb(242,114,143); }
td.TdClassName
{
border-color: #F2728F;
}
.TagClassName
{
border-color: #F2728F;
}
</style>