Shades of Froly #F06C7A
Tints of Froly #F06C7A
RGB
CMYK
RGB Variations
Color information
#F06C7A (or 0xF06C7A) is known color: Froly. HEX triplet: F0, 6C and 7A. RGB value is (240,108,122). Sum of RGB (Red+Green+Blue) = 240+108+122=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C7A is #0F9385. Grayscale: #959595. Windows color (decimal): -1020806 or 8023280. OLE color: 8023280.
HSL color Cylindrical-coordinate representation of color #F06C7A: hue angle of 353.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06C7A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 122 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.06 |
| HSL | 353.64º | 0.81% | 0.68% | - |
| HSV(B) | 353.64º | 0.55% | 0.94% | - |
| XYZ | 44.81 | 30.66 | 21.97 | - |
| YUV | 149.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 122 | 0 | 0.55 | 0.49 | 0.06 | 353.64 | 0.81 | 0.68 |
| Hex | F0 | 6C | 7A | 0 | 37 | 31 | 6 | 162 | 51 | 44 |
| Octal | 360 | 154 | 172 | 0 | 67 | 61 | 6 | 542 | 121 | 104 |
| Binary | 11110000 | 1101100 | 1111010 | 0 | 110111 | 110001 | 110 | 101100010 | 1010001 | 1000100 |
Color Harmonies of #F06C7A
Complementary color
Monochromatic Colors of #F06C7A
Black with #F06C7A
Text Example
Text Example
White with #F06C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C7A; }
p { color: rgb(240,108,122); }
H1.HeaderClassName
{
color: #F06C7A;
}
.AnyTagClassName
{
color: #F06C7A;
}
</style>
background-color css
<style>
a { background-color: #F06C7A; }
a { background-color: rgb(240,108,122); }
div.DivClassName
{
background-color: #F06C7A;
}
.BgClassName
{
background-color: #F06C7A;
}
</style>
border-color css
<style>
span { border-color: #F06C7A; }
span { border-color: rgb(240,108,122); }
td.TdClassName
{
border-color: #F06C7A;
}
.TagClassName
{
border-color: #F06C7A;
}
</style>