Shades of Deep Blush #F06692
Tints of Deep Blush #F06692
RGB
CMYK
RGB Variations
Color information
#F06692 (or 0xF06692) is known color: Deep Blush. HEX triplet: F0, 66 and 92. RGB value is (240,102,146). Sum of RGB (Red+Green+Blue) = 240+102+146=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F06692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06692 is #0F996D. Grayscale: #949494. Windows color (decimal): -1022318 or 9594608. OLE color: 9594608.
HSL color Cylindrical-coordinate representation of color #F06692: hue angle of 340.87º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06692 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 146 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.06 |
| HSL | 340.87º | 0.82% | 0.67% | - |
| HSV(B) | 340.87º | 0.58% | 0.94% | - |
| XYZ | 45.87 | 30.1 | 30.59 | - |
| YUV | 148.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 146 | 0 | 0.58 | 0.39 | 0.06 | 340.87 | 0.82 | 0.67 |
| Hex | F0 | 66 | 92 | 0 | 3A | 27 | 6 | 155 | 52 | 43 |
| Octal | 360 | 146 | 222 | 0 | 72 | 47 | 6 | 525 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10010010 | 0 | 111010 | 100111 | 110 | 101010101 | 1010010 | 1000011 |
Color Harmonies of #F06692
Complementary color
Monochromatic Colors of #F06692
Black with #F06692
Text Example
Text Example
White with #F06692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06692; }
p { color: rgb(240,102,146); }
H1.HeaderClassName
{
color: #F06692;
}
.AnyTagClassName
{
color: #F06692;
}
</style>
background-color css
<style>
a { background-color: #F06692; }
a { background-color: rgb(240,102,146); }
div.DivClassName
{
background-color: #F06692;
}
.BgClassName
{
background-color: #F06692;
}
</style>
border-color css
<style>
span { border-color: #F06692; }
span { border-color: rgb(240,102,146); }
td.TdClassName
{
border-color: #F06692;
}
.TagClassName
{
border-color: #F06692;
}
</style>