Shades of Froly #F06977
Tints of Froly #F06977
RGB
CMYK
RGB Variations
Color information
#F06977 (or 0xF06977) is known color: Froly. HEX triplet: F0, 69 and 77. RGB value is (240,105,119). Sum of RGB (Red+Green+Blue) = 240+105+119=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F06977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06977 is #0F9688. Grayscale: #939393. Windows color (decimal): -1021577 or 7825904. OLE color: 7825904.
HSL color Cylindrical-coordinate representation of color #F06977: hue angle of 353.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06977 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 119 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.06 |
| HSL | 353.78º | 0.82% | 0.68% | - |
| HSV(B) | 353.78º | 0.56% | 0.94% | - |
| XYZ | 44.32 | 29.96 | 20.9 | - |
| YUV | 146.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 119 | 0 | 0.56 | 0.50 | 0.06 | 353.78 | 0.82 | 0.68 |
| Hex | F0 | 69 | 77 | 0 | 38 | 32 | 6 | 162 | 52 | 44 |
| Octal | 360 | 151 | 167 | 0 | 70 | 62 | 6 | 542 | 122 | 104 |
| Binary | 11110000 | 1101001 | 1110111 | 0 | 111000 | 110010 | 110 | 101100010 | 1010010 | 1000100 |
Color Harmonies of #F06977
Complementary color
Monochromatic Colors of #F06977
Black with #F06977
Text Example
Text Example
White with #F06977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06977; }
p { color: rgb(240,105,119); }
H1.HeaderClassName
{
color: #F06977;
}
.AnyTagClassName
{
color: #F06977;
}
</style>
background-color css
<style>
a { background-color: #F06977; }
a { background-color: rgb(240,105,119); }
div.DivClassName
{
background-color: #F06977;
}
.BgClassName
{
background-color: #F06977;
}
</style>
border-color css
<style>
span { border-color: #F06977; }
span { border-color: rgb(240,105,119); }
td.TdClassName
{
border-color: #F06977;
}
.TagClassName
{
border-color: #F06977;
}
</style>