Shades of Froly #F06574
Tints of Froly #F06574
RGB
CMYK
RGB Variations
Color information
#F06574 (or 0xF06574) is known color: Froly. HEX triplet: F0, 65 and 74. RGB value is (240,101,116). Sum of RGB (Red+Green+Blue) = 240+101+116=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F06574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06574 is #0F9A8B. Grayscale: #909090. Windows color (decimal): -1022604 or 7628272. OLE color: 7628272.
HSL color Cylindrical-coordinate representation of color #F06574: hue angle of 353.53º 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 #F06574 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 116 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.06 |
| HSL | 353.53º | 0.82% | 0.67% | - |
| HSV(B) | 353.53º | 0.58% | 0.94% | - |
| XYZ | 43.74 | 29.09 | 19.83 | - |
| YUV | 144.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 116 | 0 | 0.58 | 0.52 | 0.06 | 353.53 | 0.82 | 0.67 |
| Hex | F0 | 65 | 74 | 0 | 3A | 34 | 6 | 162 | 52 | 43 |
| Octal | 360 | 145 | 164 | 0 | 72 | 64 | 6 | 542 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1110100 | 0 | 111010 | 110100 | 110 | 101100010 | 1010010 | 1000011 |
Color Harmonies of #F06574
Complementary color
Monochromatic Colors of #F06574
Black with #F06574
Text Example
Text Example
White with #F06574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06574; }
p { color: rgb(240,101,116); }
H1.HeaderClassName
{
color: #F06574;
}
.AnyTagClassName
{
color: #F06574;
}
</style>
background-color css
<style>
a { background-color: #F06574; }
a { background-color: rgb(240,101,116); }
div.DivClassName
{
background-color: #F06574;
}
.BgClassName
{
background-color: #F06574;
}
</style>
border-color css
<style>
span { border-color: #F06574; }
span { border-color: rgb(240,101,116); }
td.TdClassName
{
border-color: #F06574;
}
.TagClassName
{
border-color: #F06574;
}
</style>