Shades of Froly #F06F7E
Tints of Froly #F06F7E
RGB
CMYK
RGB Variations
Color information
#F06F7E (or 0xF06F7E) is known color: Froly. HEX triplet: F0, 6F and 7E. RGB value is (240,111,126). Sum of RGB (Red+Green+Blue) = 240+111+126=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F7E is #0F9081. Grayscale: #979797. Windows color (decimal): -1020034 or 8286192. OLE color: 8286192.
HSL color Cylindrical-coordinate representation of color #F06F7E: hue angle of 353.02º 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 #F06F7E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 126 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.06 |
| HSL | 353.02º | 0.81% | 0.69% | - |
| HSV(B) | 353.02º | 0.54% | 0.94% | - |
| XYZ | 45.39 | 31.4 | 23.41 | - |
| YUV | 151.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 126 | 0 | 0.54 | 0.48 | 0.06 | 353.02 | 0.81 | 0.69 |
| Hex | F0 | 6F | 7E | 0 | 36 | 30 | 6 | 161 | 51 | 45 |
| Octal | 360 | 157 | 176 | 0 | 66 | 60 | 6 | 541 | 121 | 105 |
| Binary | 11110000 | 1101111 | 1111110 | 0 | 110110 | 110000 | 110 | 101100001 | 1010001 | 1000101 |
Color Harmonies of #F06F7E
Complementary color
Monochromatic Colors of #F06F7E
Black with #F06F7E
Text Example
Text Example
White with #F06F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F7E; }
p { color: rgb(240,111,126); }
H1.HeaderClassName
{
color: #F06F7E;
}
.AnyTagClassName
{
color: #F06F7E;
}
</style>
background-color css
<style>
a { background-color: #F06F7E; }
a { background-color: rgb(240,111,126); }
div.DivClassName
{
background-color: #F06F7E;
}
.BgClassName
{
background-color: #F06F7E;
}
</style>
border-color css
<style>
span { border-color: #F06F7E; }
span { border-color: rgb(240,111,126); }
td.TdClassName
{
border-color: #F06F7E;
}
.TagClassName
{
border-color: #F06F7E;
}
</style>