Shades of Froly #F0676C
Tints of Froly #F0676C
RGB
CMYK
RGB Variations
Color information
#F0676C (or 0xF0676C) is known color: Froly. HEX triplet: F0, 67 and 6C. RGB value is (240,103,108). Sum of RGB (Red+Green+Blue) = 240+103+108=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0676C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0676C is #0F9893. Grayscale: #909090. Windows color (decimal): -1022100 or 7104496. OLE color: 7104496.
HSL color Cylindrical-coordinate representation of color #F0676C: hue angle of 357.81º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0676C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 108 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.06 |
| HSL | 357.81º | 0.82% | 0.67% | - |
| HSV(B) | 357.81º | 0.57% | 0.94% | - |
| XYZ | 43.49 | 29.31 | 17.55 | - |
| YUV | 144.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 108 | 0 | 0.57 | 0.55 | 0.06 | 357.81 | 0.82 | 0.67 |
| Hex | F0 | 67 | 6C | 0 | 39 | 37 | 6 | 166 | 52 | 43 |
| Octal | 360 | 147 | 154 | 0 | 71 | 67 | 6 | 546 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1101100 | 0 | 111001 | 110111 | 110 | 101100110 | 1010010 | 1000011 |
Color Harmonies of #F0676C
Complementary color
Monochromatic Colors of #F0676C
Black with #F0676C
Text Example
Text Example
White with #F0676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0676C; }
p { color: rgb(240,103,108); }
H1.HeaderClassName
{
color: #F0676C;
}
.AnyTagClassName
{
color: #F0676C;
}
</style>
background-color css
<style>
a { background-color: #F0676C; }
a { background-color: rgb(240,103,108); }
div.DivClassName
{
background-color: #F0676C;
}
.BgClassName
{
background-color: #F0676C;
}
</style>
border-color css
<style>
span { border-color: #F0676C; }
span { border-color: rgb(240,103,108); }
td.TdClassName
{
border-color: #F0676C;
}
.TagClassName
{
border-color: #F0676C;
}
</style>