Shades of Froly #F06269
Tints of Froly #F06269
RGB
CMYK
RGB Variations
Color information
#F06269 (or 0xF06269) is known color: Froly. HEX triplet: F0, 62 and 69. RGB value is (240,98,105). Sum of RGB (Red+Green+Blue) = 240+98+105=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F06269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06269 is #0F9D96. Grayscale: #8D8D8D. Windows color (decimal): -1023383 or 6906608. OLE color: 6906608.
HSL color Cylindrical-coordinate representation of color #F06269: hue angle of 357.04º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06269 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 105 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.06 |
| HSL | 357.04º | 0.83% | 0.66% | - |
| HSV(B) | 357.04º | 0.59% | 0.94% | - |
| XYZ | 42.85 | 28.28 | 16.56 | - |
| YUV | 141.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 105 | 0 | 0.59 | 0.56 | 0.06 | 357.04 | 0.83 | 0.66 |
| Hex | F0 | 62 | 69 | 0 | 3B | 38 | 6 | 165 | 53 | 42 |
| Octal | 360 | 142 | 151 | 0 | 73 | 70 | 6 | 545 | 123 | 102 |
| Binary | 11110000 | 1100010 | 1101001 | 0 | 111011 | 111000 | 110 | 101100101 | 1010011 | 1000010 |
Color Harmonies of #F06269
Complementary color
Monochromatic Colors of #F06269
Black with #F06269
Text Example
Text Example
White with #F06269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06269; }
p { color: rgb(240,98,105); }
H1.HeaderClassName
{
color: #F06269;
}
.AnyTagClassName
{
color: #F06269;
}
</style>
background-color css
<style>
a { background-color: #F06269; }
a { background-color: rgb(240,98,105); }
div.DivClassName
{
background-color: #F06269;
}
.BgClassName
{
background-color: #F06269;
}
</style>
border-color css
<style>
span { border-color: #F06269; }
span { border-color: rgb(240,98,105); }
td.TdClassName
{
border-color: #F06269;
}
.TagClassName
{
border-color: #F06269;
}
</style>