Shades of Froly #F0595A
Tints of Froly #F0595A
RGB
CMYK
RGB Variations
Color information
#F0595A (or 0xF0595A) is known color: Froly. HEX triplet: F0, 59 and 5A. RGB value is (240,89,90). Sum of RGB (Red+Green+Blue) = 240+89+90=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0595A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0595A is #0FA6A5. Grayscale: #868686. Windows color (decimal): -1025702 or 5921264. OLE color: 5921264.
HSL color Cylindrical-coordinate representation of color #F0595A: hue angle of 359.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0595A is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 90 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.06 |
| HSL | 359.6º | 0.83% | 0.65% | - |
| HSV(B) | 359.6º | 0.63% | 0.94% | - |
| XYZ | 41.35 | 26.41 | 12.59 | - |
| YUV | 134.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 90 | 0 | 0.63 | 0.62 | 0.06 | 359.6 | 0.83 | 0.65 |
| Hex | F0 | 59 | 5A | 0 | 3F | 3E | 6 | 168 | 53 | 41 |
| Octal | 360 | 131 | 132 | 0 | 77 | 76 | 6 | 550 | 123 | 101 |
| Binary | 11110000 | 1011001 | 1011010 | 0 | 111111 | 111110 | 110 | 101101000 | 1010011 | 1000001 |
Color Harmonies of #F0595A
Complementary color
Monochromatic Colors of #F0595A
Black with #F0595A
Text Example
Text Example
White with #F0595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0595A; }
p { color: rgb(240,89,90); }
H1.HeaderClassName
{
color: #F0595A;
}
.AnyTagClassName
{
color: #F0595A;
}
</style>
background-color css
<style>
a { background-color: #F0595A; }
a { background-color: rgb(240,89,90); }
div.DivClassName
{
background-color: #F0595A;
}
.BgClassName
{
background-color: #F0595A;
}
</style>
border-color css
<style>
span { border-color: #F0595A; }
span { border-color: rgb(240,89,90); }
td.TdClassName
{
border-color: #F0595A;
}
.TagClassName
{
border-color: #F0595A;
}
</style>