Shades of Froly #F06976
Tints of Froly #F06976
RGB
CMYK
RGB Variations
Color information
#F06976 (or 0xF06976) is known color: Froly. HEX triplet: F0, 69 and 76. RGB value is (240,105,118). Sum of RGB (Red+Green+Blue) = 240+105+118=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F06976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06976 is #0F9689. Grayscale: #929292. Windows color (decimal): -1021578 or 7760368. OLE color: 7760368.
HSL color Cylindrical-coordinate representation of color #F06976: hue angle of 354.22º 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 #F06976 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 118 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.06 |
| HSL | 354.22º | 0.82% | 0.68% | - |
| HSV(B) | 354.22º | 0.56% | 0.94% | - |
| XYZ | 44.26 | 29.94 | 20.59 | - |
| YUV | 146.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 118 | 0 | 0.56 | 0.51 | 0.06 | 354.22 | 0.82 | 0.68 |
| Hex | F0 | 69 | 76 | 0 | 38 | 33 | 6 | 162 | 52 | 44 |
| Octal | 360 | 151 | 166 | 0 | 70 | 63 | 6 | 542 | 122 | 104 |
| Binary | 11110000 | 1101001 | 1110110 | 0 | 111000 | 110011 | 110 | 101100010 | 1010010 | 1000100 |
Color Harmonies of #F06976
Complementary color
Monochromatic Colors of #F06976
Black with #F06976
Text Example
Text Example
White with #F06976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06976; }
p { color: rgb(240,105,118); }
H1.HeaderClassName
{
color: #F06976;
}
.AnyTagClassName
{
color: #F06976;
}
</style>
background-color css
<style>
a { background-color: #F06976; }
a { background-color: rgb(240,105,118); }
div.DivClassName
{
background-color: #F06976;
}
.BgClassName
{
background-color: #F06976;
}
</style>
border-color css
<style>
span { border-color: #F06976; }
span { border-color: rgb(240,105,118); }
td.TdClassName
{
border-color: #F06976;
}
.TagClassName
{
border-color: #F06976;
}
</style>