Shades of Froly #F06575
Tints of Froly #F06575
RGB
CMYK
RGB Variations
Color information
#F06575 (or 0xF06575) is known color: Froly. HEX triplet: F0, 65 and 75. RGB value is (240,101,117). Sum of RGB (Red+Green+Blue) = 240+101+117=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F06575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06575 is #0F9A8A. Grayscale: #909090. Windows color (decimal): -1022603 or 7693808. OLE color: 7693808.
HSL color Cylindrical-coordinate representation of color #F06575: hue angle of 353.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06575 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 117 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.06 |
| HSL | 353.09º | 0.82% | 0.67% | - |
| HSV(B) | 353.09º | 0.58% | 0.94% | - |
| XYZ | 43.8 | 29.12 | 20.14 | - |
| YUV | 144.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 117 | 0 | 0.58 | 0.51 | 0.06 | 353.09 | 0.82 | 0.67 |
| Hex | F0 | 65 | 75 | 0 | 3A | 33 | 6 | 161 | 52 | 43 |
| Octal | 360 | 145 | 165 | 0 | 72 | 63 | 6 | 541 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1110101 | 0 | 111010 | 110011 | 110 | 101100001 | 1010010 | 1000011 |
Color Harmonies of #F06575
Complementary color
Monochromatic Colors of #F06575
Black with #F06575
Text Example
Text Example
White with #F06575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06575; }
p { color: rgb(240,101,117); }
H1.HeaderClassName
{
color: #F06575;
}
.AnyTagClassName
{
color: #F06575;
}
</style>
background-color css
<style>
a { background-color: #F06575; }
a { background-color: rgb(240,101,117); }
div.DivClassName
{
background-color: #F06575;
}
.BgClassName
{
background-color: #F06575;
}
</style>
border-color css
<style>
span { border-color: #F06575; }
span { border-color: rgb(240,101,117); }
td.TdClassName
{
border-color: #F06575;
}
.TagClassName
{
border-color: #F06575;
}
</style>