Shades of Froly #F05C5E
Tints of Froly #F05C5E
RGB
CMYK
RGB Variations
Color information
#F05C5E (or 0xF05C5E) is known color: Froly. HEX triplet: F0, 5C and 5E. RGB value is (240,92,94). Sum of RGB (Red+Green+Blue) = 240+92+94=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C5E is #0FA3A1. Grayscale: #888888. Windows color (decimal): -1024930 or 6184176. OLE color: 6184176.
HSL color Cylindrical-coordinate representation of color #F05C5E: hue angle of 359.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05C5E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 94 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.06 |
| HSL | 359.19º | 0.83% | 0.65% | - |
| HSV(B) | 359.19º | 0.62% | 0.94% | - |
| XYZ | 41.78 | 26.99 | 13.6 | - |
| YUV | 136.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 94 | 0 | 0.62 | 0.61 | 0.06 | 359.19 | 0.83 | 0.65 |
| Hex | F0 | 5C | 5E | 0 | 3E | 3D | 6 | 167 | 53 | 41 |
| Octal | 360 | 134 | 136 | 0 | 76 | 75 | 6 | 547 | 123 | 101 |
| Binary | 11110000 | 1011100 | 1011110 | 0 | 111110 | 111101 | 110 | 101100111 | 1010011 | 1000001 |
Color Harmonies of #F05C5E
Complementary color
Monochromatic Colors of #F05C5E
Black with #F05C5E
Text Example
Text Example
White with #F05C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C5E; }
p { color: rgb(240,92,94); }
H1.HeaderClassName
{
color: #F05C5E;
}
.AnyTagClassName
{
color: #F05C5E;
}
</style>
background-color css
<style>
a { background-color: #F05C5E; }
a { background-color: rgb(240,92,94); }
div.DivClassName
{
background-color: #F05C5E;
}
.BgClassName
{
background-color: #F05C5E;
}
</style>
border-color css
<style>
span { border-color: #F05C5E; }
span { border-color: rgb(240,92,94); }
td.TdClassName
{
border-color: #F05C5E;
}
.TagClassName
{
border-color: #F05C5E;
}
</style>