Shades of Froly #F06A6D
Tints of Froly #F06A6D
RGB
CMYK
RGB Variations
Color information
#F06A6D (or 0xF06A6D) is known color: Froly. HEX triplet: F0, 6A and 6D. RGB value is (240,106,109). Sum of RGB (Red+Green+Blue) = 240+106+109=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A6D is #0F9592. Grayscale: #929292. Windows color (decimal): -1021331 or 7170800. OLE color: 7170800.
HSL color Cylindrical-coordinate representation of color #F06A6D: hue angle of 358.66º 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 #F06A6D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 109 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.06 |
| HSL | 358.66º | 0.82% | 0.68% | - |
| HSV(B) | 358.66º | 0.56% | 0.94% | - |
| XYZ | 43.85 | 29.94 | 17.94 | - |
| YUV | 146.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 109 | 0 | 0.56 | 0.55 | 0.06 | 358.66 | 0.82 | 0.68 |
| Hex | F0 | 6A | 6D | 0 | 38 | 37 | 6 | 167 | 52 | 44 |
| Octal | 360 | 152 | 155 | 0 | 70 | 67 | 6 | 547 | 122 | 104 |
| Binary | 11110000 | 1101010 | 1101101 | 0 | 111000 | 110111 | 110 | 101100111 | 1010010 | 1000100 |
Color Harmonies of #F06A6D
Complementary color
Monochromatic Colors of #F06A6D
Black with #F06A6D
Text Example
Text Example
White with #F06A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A6D; }
p { color: rgb(240,106,109); }
H1.HeaderClassName
{
color: #F06A6D;
}
.AnyTagClassName
{
color: #F06A6D;
}
</style>
background-color css
<style>
a { background-color: #F06A6D; }
a { background-color: rgb(240,106,109); }
div.DivClassName
{
background-color: #F06A6D;
}
.BgClassName
{
background-color: #F06A6D;
}
</style>
border-color css
<style>
span { border-color: #F06A6D; }
span { border-color: rgb(240,106,109); }
td.TdClassName
{
border-color: #F06A6D;
}
.TagClassName
{
border-color: #F06A6D;
}
</style>