Shades of Froly #F06E7F
Tints of Froly #F06E7F
RGB
CMYK
RGB Variations
Color information
#F06E7F (or 0xF06E7F) is known color: Froly. HEX triplet: F0, 6E and 7F. RGB value is (240,110,127). Sum of RGB (Red+Green+Blue) = 240+110+127=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E7F is #0F9180. Grayscale: #969696. Windows color (decimal): -1020289 or 8351472. OLE color: 8351472.
HSL color Cylindrical-coordinate representation of color #F06E7F: hue angle of 352.15º 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 #F06E7F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 127 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.06 |
| HSL | 352.15º | 0.81% | 0.69% | - |
| HSV(B) | 352.15º | 0.54% | 0.94% | - |
| XYZ | 45.34 | 31.21 | 23.71 | - |
| YUV | 150.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 127 | 0 | 0.54 | 0.47 | 0.06 | 352.15 | 0.81 | 0.69 |
| Hex | F0 | 6E | 7F | 0 | 36 | 2F | 6 | 160 | 51 | 45 |
| Octal | 360 | 156 | 177 | 0 | 66 | 57 | 6 | 540 | 121 | 105 |
| Binary | 11110000 | 1101110 | 1111111 | 0 | 110110 | 101111 | 110 | 101100000 | 1010001 | 1000101 |
Color Harmonies of #F06E7F
Complementary color
Monochromatic Colors of #F06E7F
Black with #F06E7F
Text Example
Text Example
White with #F06E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E7F; }
p { color: rgb(240,110,127); }
H1.HeaderClassName
{
color: #F06E7F;
}
.AnyTagClassName
{
color: #F06E7F;
}
</style>
background-color css
<style>
a { background-color: #F06E7F; }
a { background-color: rgb(240,110,127); }
div.DivClassName
{
background-color: #F06E7F;
}
.BgClassName
{
background-color: #F06E7F;
}
</style>
border-color css
<style>
span { border-color: #F06E7F; }
span { border-color: rgb(240,110,127); }
td.TdClassName
{
border-color: #F06E7F;
}
.TagClassName
{
border-color: #F06E7F;
}
</style>