Shades of Froly #F05E62
Tints of Froly #F05E62
RGB
CMYK
RGB Variations
Color information
#F05E62 (or 0xF05E62) is known color: Froly. HEX triplet: F0, 5E and 62. RGB value is (240,94,98). Sum of RGB (Red+Green+Blue) = 240+94+98=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05E62 is #0FA19D. Grayscale: #8A8A8A. Windows color (decimal): -1024414 or 6446832. OLE color: 6446832.
HSL color Cylindrical-coordinate representation of color #F05E62: hue angle of 358.36º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05E62 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 98 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.06 |
| HSL | 358.36º | 0.83% | 0.65% | - |
| HSV(B) | 358.36º | 0.61% | 0.94% | - |
| XYZ | 42.14 | 27.41 | 14.63 | - |
| YUV | 138.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 98 | 0 | 0.61 | 0.59 | 0.06 | 358.36 | 0.83 | 0.65 |
| Hex | F0 | 5E | 62 | 0 | 3D | 3B | 6 | 166 | 53 | 41 |
| Octal | 360 | 136 | 142 | 0 | 75 | 73 | 6 | 546 | 123 | 101 |
| Binary | 11110000 | 1011110 | 1100010 | 0 | 111101 | 111011 | 110 | 101100110 | 1010011 | 1000001 |
Color Harmonies of #F05E62
Complementary color
Monochromatic Colors of #F05E62
Black with #F05E62
Text Example
Text Example
White with #F05E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05E62; }
p { color: rgb(240,94,98); }
H1.HeaderClassName
{
color: #F05E62;
}
.AnyTagClassName
{
color: #F05E62;
}
</style>
background-color css
<style>
a { background-color: #F05E62; }
a { background-color: rgb(240,94,98); }
div.DivClassName
{
background-color: #F05E62;
}
.BgClassName
{
background-color: #F05E62;
}
</style>
border-color css
<style>
span { border-color: #F05E62; }
span { border-color: rgb(240,94,98); }
td.TdClassName
{
border-color: #F05E62;
}
.TagClassName
{
border-color: #F05E62;
}
</style>