Shades of Froly #F0677A
Tints of Froly #F0677A
RGB
CMYK
RGB Variations
Color information
#F0677A (or 0xF0677A) is known color: Froly. HEX triplet: F0, 67 and 7A. RGB value is (240,103,122). Sum of RGB (Red+Green+Blue) = 240+103+122=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0677A is #0F9885. Grayscale: #929292. Windows color (decimal): -1022086 or 8022000. OLE color: 8022000.
HSL color Cylindrical-coordinate representation of color #F0677A: hue angle of 351.68º 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 #F0677A is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 122 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.06 |
| HSL | 351.68º | 0.82% | 0.67% | - |
| HSV(B) | 351.68º | 0.57% | 0.94% | - |
| XYZ | 44.3 | 29.63 | 21.8 | - |
| YUV | 146.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 122 | 0 | 0.57 | 0.49 | 0.06 | 351.68 | 0.82 | 0.67 |
| Hex | F0 | 67 | 7A | 0 | 39 | 31 | 6 | 160 | 52 | 43 |
| Octal | 360 | 147 | 172 | 0 | 71 | 61 | 6 | 540 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1111010 | 0 | 111001 | 110001 | 110 | 101100000 | 1010010 | 1000011 |
Color Harmonies of #F0677A
Complementary color
Monochromatic Colors of #F0677A
Black with #F0677A
Text Example
Text Example
White with #F0677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0677A; }
p { color: rgb(240,103,122); }
H1.HeaderClassName
{
color: #F0677A;
}
.AnyTagClassName
{
color: #F0677A;
}
</style>
background-color css
<style>
a { background-color: #F0677A; }
a { background-color: rgb(240,103,122); }
div.DivClassName
{
background-color: #F0677A;
}
.BgClassName
{
background-color: #F0677A;
}
</style>
border-color css
<style>
span { border-color: #F0677A; }
span { border-color: rgb(240,103,122); }
td.TdClassName
{
border-color: #F0677A;
}
.TagClassName
{
border-color: #F0677A;
}
</style>