Shades of Deep Blush #F27083
Tints of Deep Blush #F27083
RGB
CMYK
RGB Variations
Color information
#F27083 (or 0xF27083) is known color: Deep Blush. HEX triplet: F2, 70 and 83. RGB value is (242,112,131). Sum of RGB (Red+Green+Blue) = 242+112+131=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F27083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27083 is #0D8F7C. Grayscale: #999999. Windows color (decimal): -888701 or 8614130. OLE color: 8614130.
HSL color Cylindrical-coordinate representation of color #F27083: hue angle of 351.23º 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 #F27083 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 131 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.05 |
| HSL | 351.23º | 0.83% | 0.69% | - |
| HSV(B) | 351.23º | 0.54% | 0.95% | - |
| XYZ | 46.51 | 32.1 | 25.22 | - |
| YUV | 153.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 131 | 0 | 0.54 | 0.46 | 0.05 | 351.23 | 0.83 | 0.69 |
| Hex | F2 | 70 | 83 | 0 | 36 | 2E | 5 | 15F | 53 | 45 |
| Octal | 362 | 160 | 203 | 0 | 66 | 56 | 5 | 537 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10000011 | 0 | 110110 | 101110 | 101 | 101011111 | 1010011 | 1000101 |
Color Harmonies of #F27083
Complementary color
Monochromatic Colors of #F27083
Black with #F27083
Text Example
Text Example
White with #F27083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27083; }
p { color: rgb(242,112,131); }
H1.HeaderClassName
{
color: #F27083;
}
.AnyTagClassName
{
color: #F27083;
}
</style>
background-color css
<style>
a { background-color: #F27083; }
a { background-color: rgb(242,112,131); }
div.DivClassName
{
background-color: #F27083;
}
.BgClassName
{
background-color: #F27083;
}
</style>
border-color css
<style>
span { border-color: #F27083; }
span { border-color: rgb(242,112,131); }
td.TdClassName
{
border-color: #F27083;
}
.TagClassName
{
border-color: #F27083;
}
</style>