Shades of Froly #F0676A
Tints of Froly #F0676A
RGB
CMYK
RGB Variations
Color information
#F0676A (or 0xF0676A) is known color: Froly. HEX triplet: F0, 67 and 6A. RGB value is (240,103,106). Sum of RGB (Red+Green+Blue) = 240+103+106=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0676A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0676A is #0F9895. Grayscale: #909090. Windows color (decimal): -1022102 or 6973424. OLE color: 6973424.
HSL color Cylindrical-coordinate representation of color #F0676A: hue angle of 358.69º 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 #F0676A is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 106 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.06 |
| HSL | 358.69º | 0.82% | 0.67% | - |
| HSV(B) | 358.69º | 0.57% | 0.94% | - |
| XYZ | 43.39 | 29.27 | 17 | - |
| YUV | 144.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 106 | 0 | 0.57 | 0.56 | 0.06 | 358.69 | 0.82 | 0.67 |
| Hex | F0 | 67 | 6A | 0 | 39 | 38 | 6 | 167 | 52 | 43 |
| Octal | 360 | 147 | 152 | 0 | 71 | 70 | 6 | 547 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1101010 | 0 | 111001 | 111000 | 110 | 101100111 | 1010010 | 1000011 |
Color Harmonies of #F0676A
Complementary color
Monochromatic Colors of #F0676A
Black with #F0676A
Text Example
Text Example
White with #F0676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0676A; }
p { color: rgb(240,103,106); }
H1.HeaderClassName
{
color: #F0676A;
}
.AnyTagClassName
{
color: #F0676A;
}
</style>
background-color css
<style>
a { background-color: #F0676A; }
a { background-color: rgb(240,103,106); }
div.DivClassName
{
background-color: #F0676A;
}
.BgClassName
{
background-color: #F0676A;
}
</style>
border-color css
<style>
span { border-color: #F0676A; }
span { border-color: rgb(240,103,106); }
td.TdClassName
{
border-color: #F0676A;
}
.TagClassName
{
border-color: #F0676A;
}
</style>