Shades of Froly #F06E7E
Tints of Froly #F06E7E
RGB
CMYK
RGB Variations
Color information
#F06E7E (or 0xF06E7E) is known color: Froly. HEX triplet: F0, 6E and 7E. RGB value is (240,110,126). Sum of RGB (Red+Green+Blue) = 240+110+126=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E7E is #0F9181. Grayscale: #969696. Windows color (decimal): -1020290 or 8285936. OLE color: 8285936.
HSL color Cylindrical-coordinate representation of color #F06E7E: hue angle of 352.62º 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 #F06E7E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 126 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.06 |
| HSL | 352.62º | 0.81% | 0.69% | - |
| HSV(B) | 352.62º | 0.54% | 0.94% | - |
| XYZ | 45.28 | 31.18 | 23.37 | - |
| YUV | 150.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 126 | 0 | 0.54 | 0.48 | 0.06 | 352.62 | 0.81 | 0.69 |
| Hex | F0 | 6E | 7E | 0 | 36 | 30 | 6 | 161 | 51 | 45 |
| Octal | 360 | 156 | 176 | 0 | 66 | 60 | 6 | 541 | 121 | 105 |
| Binary | 11110000 | 1101110 | 1111110 | 0 | 110110 | 110000 | 110 | 101100001 | 1010001 | 1000101 |
Color Harmonies of #F06E7E
Complementary color
Monochromatic Colors of #F06E7E
Black with #F06E7E
Text Example
Text Example
White with #F06E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E7E; }
p { color: rgb(240,110,126); }
H1.HeaderClassName
{
color: #F06E7E;
}
.AnyTagClassName
{
color: #F06E7E;
}
</style>
background-color css
<style>
a { background-color: #F06E7E; }
a { background-color: rgb(240,110,126); }
div.DivClassName
{
background-color: #F06E7E;
}
.BgClassName
{
background-color: #F06E7E;
}
</style>
border-color css
<style>
span { border-color: #F06E7E; }
span { border-color: rgb(240,110,126); }
td.TdClassName
{
border-color: #F06E7E;
}
.TagClassName
{
border-color: #F06E7E;
}
</style>