Shades of Deep Blush #F67885
Tints of Deep Blush #F67885
RGB
CMYK
RGB Variations
Color information
#F67885 (or 0xF67885) is known color: Deep Blush. HEX triplet: F6, 78 and 85. RGB value is (246,120,133). Sum of RGB (Red+Green+Blue) = 246+120+133=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F67885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67885 is #09877A. Grayscale: #9F9F9F. Windows color (decimal): -624507 or 8747254. OLE color: 8747254.
HSL color Cylindrical-coordinate representation of color #F67885: hue angle of 353.81º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67885 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 133 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.04 |
| HSL | 353.81º | 0.88% | 0.72% | - |
| HSV(B) | 353.81º | 0.51% | 0.96% | - |
| XYZ | 48.96 | 34.72 | 26.31 | - |
| YUV | 159.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 133 | 0 | 0.51 | 0.46 | 0.04 | 353.81 | 0.88 | 0.72 |
| Hex | F6 | 78 | 85 | 0 | 33 | 2E | 4 | 162 | 58 | 48 |
| Octal | 366 | 170 | 205 | 0 | 63 | 56 | 4 | 542 | 130 | 110 |
| Binary | 11110110 | 1111000 | 10000101 | 0 | 110011 | 101110 | 100 | 101100010 | 1011000 | 1001000 |
Color Harmonies of #F67885
Complementary color
Monochromatic Colors of #F67885
Black with #F67885
Text Example
Text Example
White with #F67885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67885; }
p { color: rgb(246,120,133); }
H1.HeaderClassName
{
color: #F67885;
}
.AnyTagClassName
{
color: #F67885;
}
</style>
background-color css
<style>
a { background-color: #F67885; }
a { background-color: rgb(246,120,133); }
div.DivClassName
{
background-color: #F67885;
}
.BgClassName
{
background-color: #F67885;
}
</style>
border-color css
<style>
span { border-color: #F67885; }
span { border-color: rgb(246,120,133); }
td.TdClassName
{
border-color: #F67885;
}
.TagClassName
{
border-color: #F67885;
}
</style>