Shades of Froly #F05C5D
Tints of Froly #F05C5D
RGB
CMYK
RGB Variations
Color information
#F05C5D (or 0xF05C5D) is known color: Froly. HEX triplet: F0, 5C and 5D. RGB value is (240,92,93). Sum of RGB (Red+Green+Blue) = 240+92+93=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C5D is #0FA3A2. Grayscale: #888888. Windows color (decimal): -1024931 or 6118640. OLE color: 6118640.
HSL color Cylindrical-coordinate representation of color #F05C5D: hue angle of 359.59º 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 #F05C5D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 93 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.06 |
| HSL | 359.59º | 0.83% | 0.65% | - |
| HSV(B) | 359.59º | 0.62% | 0.94% | - |
| XYZ | 41.74 | 26.97 | 13.36 | - |
| YUV | 136.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 93 | 0 | 0.62 | 0.61 | 0.06 | 359.59 | 0.83 | 0.65 |
| Hex | F0 | 5C | 5D | 0 | 3E | 3D | 6 | 168 | 53 | 41 |
| Octal | 360 | 134 | 135 | 0 | 76 | 75 | 6 | 550 | 123 | 101 |
| Binary | 11110000 | 1011100 | 1011101 | 0 | 111110 | 111101 | 110 | 101101000 | 1010011 | 1000001 |
Color Harmonies of #F05C5D
Complementary color
Monochromatic Colors of #F05C5D
Black with #F05C5D
Text Example
Text Example
White with #F05C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C5D; }
p { color: rgb(240,92,93); }
H1.HeaderClassName
{
color: #F05C5D;
}
.AnyTagClassName
{
color: #F05C5D;
}
</style>
background-color css
<style>
a { background-color: #F05C5D; }
a { background-color: rgb(240,92,93); }
div.DivClassName
{
background-color: #F05C5D;
}
.BgClassName
{
background-color: #F05C5D;
}
</style>
border-color css
<style>
span { border-color: #F05C5D; }
span { border-color: rgb(240,92,93); }
td.TdClassName
{
border-color: #F05C5D;
}
.TagClassName
{
border-color: #F05C5D;
}
</style>