Shades of Froly #F07375
Tints of Froly #F07375
RGB
CMYK
RGB Variations
Color information
#F07375 (or 0xF07375) is known color: Froly. HEX triplet: F0, 73 and 75. RGB value is (240,115,117). Sum of RGB (Red+Green+Blue) = 240+115+117=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F07375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07375 is #0F8C8A. Grayscale: #989898. Windows color (decimal): -1019019 or 7697392. OLE color: 7697392.
HSL color Cylindrical-coordinate representation of color #F07375: hue angle of 359.04º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07375 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 117 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.06 |
| HSL | 359.04º | 0.81% | 0.7% | - |
| HSV(B) | 359.04º | 0.52% | 0.94% | - |
| XYZ | 45.28 | 32.07 | 20.63 | - |
| YUV | 152.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 117 | 0 | 0.52 | 0.51 | 0.06 | 359.04 | 0.81 | 0.7 |
| Hex | F0 | 73 | 75 | 0 | 34 | 33 | 6 | 167 | 51 | 46 |
| Octal | 360 | 163 | 165 | 0 | 64 | 63 | 6 | 547 | 121 | 106 |
| Binary | 11110000 | 1110011 | 1110101 | 0 | 110100 | 110011 | 110 | 101100111 | 1010001 | 1000110 |
Color Harmonies of #F07375
Complementary color
Monochromatic Colors of #F07375
Black with #F07375
Text Example
Text Example
White with #F07375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07375; }
p { color: rgb(240,115,117); }
H1.HeaderClassName
{
color: #F07375;
}
.AnyTagClassName
{
color: #F07375;
}
</style>
background-color css
<style>
a { background-color: #F07375; }
a { background-color: rgb(240,115,117); }
div.DivClassName
{
background-color: #F07375;
}
.BgClassName
{
background-color: #F07375;
}
</style>
border-color css
<style>
span { border-color: #F07375; }
span { border-color: rgb(240,115,117); }
td.TdClassName
{
border-color: #F07375;
}
.TagClassName
{
border-color: #F07375;
}
</style>