Shades of Froly #F06974
Tints of Froly #F06974
RGB
CMYK
RGB Variations
Color information
#F06974 (or 0xF06974) is known color: Froly. HEX triplet: F0, 69 and 74. RGB value is (240,105,116). Sum of RGB (Red+Green+Blue) = 240+105+116=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F06974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06974 is #0F968B. Grayscale: #929292. Windows color (decimal): -1021580 or 7629296. OLE color: 7629296.
HSL color Cylindrical-coordinate representation of color #F06974: hue angle of 355.11º 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 #F06974 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 116 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.06 |
| HSL | 355.11º | 0.82% | 0.68% | - |
| HSV(B) | 355.11º | 0.56% | 0.94% | - |
| XYZ | 44.14 | 29.89 | 19.97 | - |
| YUV | 146.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 116 | 0 | 0.56 | 0.52 | 0.06 | 355.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | 74 | 0 | 38 | 34 | 6 | 163 | 52 | 44 |
| Octal | 360 | 151 | 164 | 0 | 70 | 64 | 6 | 543 | 122 | 104 |
| Binary | 11110000 | 1101001 | 1110100 | 0 | 111000 | 110100 | 110 | 101100011 | 1010010 | 1000100 |
Color Harmonies of #F06974
Complementary color
Monochromatic Colors of #F06974
Black with #F06974
Text Example
Text Example
White with #F06974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06974; }
p { color: rgb(240,105,116); }
H1.HeaderClassName
{
color: #F06974;
}
.AnyTagClassName
{
color: #F06974;
}
</style>
background-color css
<style>
a { background-color: #F06974; }
a { background-color: rgb(240,105,116); }
div.DivClassName
{
background-color: #F06974;
}
.BgClassName
{
background-color: #F06974;
}
</style>
border-color css
<style>
span { border-color: #F06974; }
span { border-color: rgb(240,105,116); }
td.TdClassName
{
border-color: #F06974;
}
.TagClassName
{
border-color: #F06974;
}
</style>