Shades of Froly #F05B5C
Tints of Froly #F05B5C
RGB
CMYK
RGB Variations
Color information
#F05B5C (or 0xF05B5C) is known color: Froly. HEX triplet: F0, 5B and 5C. RGB value is (240,91,92). Sum of RGB (Red+Green+Blue) = 240+91+92=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B5C is #0FA4A3. Grayscale: #878787. Windows color (decimal): -1025188 or 6052848. OLE color: 6052848.
HSL color Cylindrical-coordinate representation of color #F05B5C: 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.62%. Process color model (Four color, CMYK) of #F05B5C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 92 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.06 |
| HSL | 359.6º | 0.83% | 0.65% | - |
| HSV(B) | 359.6º | 0.62% | 0.94% | - |
| XYZ | 41.61 | 26.78 | 13.1 | - |
| YUV | 135.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 92 | 0 | 0.62 | 0.62 | 0.06 | 359.6 | 0.83 | 0.65 |
| Hex | F0 | 5B | 5C | 0 | 3E | 3E | 6 | 168 | 53 | 41 |
| Octal | 360 | 133 | 134 | 0 | 76 | 76 | 6 | 550 | 123 | 101 |
| Binary | 11110000 | 1011011 | 1011100 | 0 | 111110 | 111110 | 110 | 101101000 | 1010011 | 1000001 |
Color Harmonies of #F05B5C
Complementary color
Monochromatic Colors of #F05B5C
Black with #F05B5C
Text Example
Text Example
White with #F05B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05B5C; }
p { color: rgb(240,91,92); }
H1.HeaderClassName
{
color: #F05B5C;
}
.AnyTagClassName
{
color: #F05B5C;
}
</style>
background-color css
<style>
a { background-color: #F05B5C; }
a { background-color: rgb(240,91,92); }
div.DivClassName
{
background-color: #F05B5C;
}
.BgClassName
{
background-color: #F05B5C;
}
</style>
border-color css
<style>
span { border-color: #F05B5C; }
span { border-color: rgb(240,91,92); }
td.TdClassName
{
border-color: #F05B5C;
}
.TagClassName
{
border-color: #F05B5C;
}
</style>