Shades of Froly #F07277
Tints of Froly #F07277
RGB
CMYK
RGB Variations
Color information
#F07277 (or 0xF07277) is known color: Froly. HEX triplet: F0, 72 and 77. RGB value is (240,114,119). Sum of RGB (Red+Green+Blue) = 240+114+119=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F07277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07277 is #0F8D88. Grayscale: #989898. Windows color (decimal): -1019273 or 7828208. OLE color: 7828208.
HSL color Cylindrical-coordinate representation of color #F07277: hue angle of 357.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07277 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 119 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.06 |
| HSL | 357.62º | 0.81% | 0.69% | - |
| HSV(B) | 357.62º | 0.53% | 0.94% | - |
| XYZ | 45.28 | 31.89 | 21.22 | - |
| YUV | 152.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 119 | 0 | 0.52 | 0.50 | 0.06 | 357.62 | 0.81 | 0.69 |
| Hex | F0 | 72 | 77 | 0 | 34 | 32 | 6 | 166 | 51 | 45 |
| Octal | 360 | 162 | 167 | 0 | 64 | 62 | 6 | 546 | 121 | 105 |
| Binary | 11110000 | 1110010 | 1110111 | 0 | 110100 | 110010 | 110 | 101100110 | 1010001 | 1000101 |
Color Harmonies of #F07277
Complementary color
Monochromatic Colors of #F07277
Black with #F07277
Text Example
Text Example
White with #F07277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07277; }
p { color: rgb(240,114,119); }
H1.HeaderClassName
{
color: #F07277;
}
.AnyTagClassName
{
color: #F07277;
}
</style>
background-color css
<style>
a { background-color: #F07277; }
a { background-color: rgb(240,114,119); }
div.DivClassName
{
background-color: #F07277;
}
.BgClassName
{
background-color: #F07277;
}
</style>
border-color css
<style>
span { border-color: #F07277; }
span { border-color: rgb(240,114,119); }
td.TdClassName
{
border-color: #F07277;
}
.TagClassName
{
border-color: #F07277;
}
</style>