Shades of Froly #F06E7D
Tints of Froly #F06E7D
RGB
CMYK
RGB Variations
Color information
#F06E7D (or 0xF06E7D) is known color: Froly. HEX triplet: F0, 6E and 7D. RGB value is (240,110,125). Sum of RGB (Red+Green+Blue) = 240+110+125=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E7D is #0F9182. Grayscale: #969696. Windows color (decimal): -1020291 or 8220400. OLE color: 8220400.
HSL color Cylindrical-coordinate representation of color #F06E7D: hue angle of 353.08º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06E7D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 125 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.06 |
| HSL | 353.08º | 0.81% | 0.69% | - |
| HSV(B) | 353.08º | 0.54% | 0.94% | - |
| XYZ | 45.21 | 31.16 | 23.03 | - |
| YUV | 150.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 125 | 0 | 0.54 | 0.48 | 0.06 | 353.08 | 0.81 | 0.69 |
| Hex | F0 | 6E | 7D | 0 | 36 | 30 | 6 | 161 | 51 | 45 |
| Octal | 360 | 156 | 175 | 0 | 66 | 60 | 6 | 541 | 121 | 105 |
| Binary | 11110000 | 1101110 | 1111101 | 0 | 110110 | 110000 | 110 | 101100001 | 1010001 | 1000101 |
Color Harmonies of #F06E7D
Complementary color
Monochromatic Colors of #F06E7D
Black with #F06E7D
Text Example
Text Example
White with #F06E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E7D; }
p { color: rgb(240,110,125); }
H1.HeaderClassName
{
color: #F06E7D;
}
.AnyTagClassName
{
color: #F06E7D;
}
</style>
background-color css
<style>
a { background-color: #F06E7D; }
a { background-color: rgb(240,110,125); }
div.DivClassName
{
background-color: #F06E7D;
}
.BgClassName
{
background-color: #F06E7D;
}
</style>
border-color css
<style>
span { border-color: #F06E7D; }
span { border-color: rgb(240,110,125); }
td.TdClassName
{
border-color: #F06E7D;
}
.TagClassName
{
border-color: #F06E7D;
}
</style>