Shades of Deep Blush #F2678C
Tints of Deep Blush #F2678C
RGB
CMYK
RGB Variations
Color information
#F2678C (or 0xF2678C) is known color: Deep Blush. HEX triplet: F2, 67 and 8C. RGB value is (242,103,140). Sum of RGB (Red+Green+Blue) = 242+103+140=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2678C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2678C is #0D9873. Grayscale: #949494. Windows color (decimal): -890996 or 9201650. OLE color: 9201650.
HSL color Cylindrical-coordinate representation of color #F2678C: hue angle of 344.03º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2678C is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 140 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.05 |
| HSL | 344.03º | 0.84% | 0.68% | - |
| HSV(B) | 344.03º | 0.57% | 0.95% | - |
| XYZ | 46.2 | 30.47 | 28.26 | - |
| YUV | 148.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 140 | 0 | 0.57 | 0.42 | 0.05 | 344.03 | 0.84 | 0.68 |
| Hex | F2 | 67 | 8C | 0 | 39 | 2A | 5 | 158 | 54 | 44 |
| Octal | 362 | 147 | 214 | 0 | 71 | 52 | 5 | 530 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10001100 | 0 | 111001 | 101010 | 101 | 101011000 | 1010100 | 1000100 |
Color Harmonies of #F2678C
Complementary color
Monochromatic Colors of #F2678C
Black with #F2678C
Text Example
Text Example
White with #F2678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2678C; }
p { color: rgb(242,103,140); }
H1.HeaderClassName
{
color: #F2678C;
}
.AnyTagClassName
{
color: #F2678C;
}
</style>
background-color css
<style>
a { background-color: #F2678C; }
a { background-color: rgb(242,103,140); }
div.DivClassName
{
background-color: #F2678C;
}
.BgClassName
{
background-color: #F2678C;
}
</style>
border-color css
<style>
span { border-color: #F2678C; }
span { border-color: rgb(242,103,140); }
td.TdClassName
{
border-color: #F2678C;
}
.TagClassName
{
border-color: #F2678C;
}
</style>