Shades of Froly #F07982
Tints of Froly #F07982
RGB
CMYK
RGB Variations
Color information
#F07982 (or 0xF07982) is known color: Froly. HEX triplet: F0, 79 and 82. RGB value is (240,121,130). Sum of RGB (Red+Green+Blue) = 240+121+130=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07982 is #0F867D. Grayscale: #9D9D9D. Windows color (decimal): -1017470 or 8550896. OLE color: 8550896.
HSL color Cylindrical-coordinate representation of color #F07982: hue angle of 355.46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07982 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 130 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.06 |
| HSL | 355.46º | 0.8% | 0.71% | - |
| HSV(B) | 355.46º | 0.5% | 0.94% | - |
| XYZ | 46.8 | 33.81 | 25.18 | - |
| YUV | 157.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 130 | 0 | 0.50 | 0.46 | 0.06 | 355.46 | 0.8 | 0.71 |
| Hex | F0 | 79 | 82 | 0 | 32 | 2E | 6 | 163 | 50 | 47 |
| Octal | 360 | 171 | 202 | 0 | 62 | 56 | 6 | 543 | 120 | 107 |
| Binary | 11110000 | 1111001 | 10000010 | 0 | 110010 | 101110 | 110 | 101100011 | 1010000 | 1000111 |
Color Harmonies of #F07982
Complementary color
Monochromatic Colors of #F07982
Black with #F07982
Text Example
Text Example
White with #F07982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07982; }
p { color: rgb(240,121,130); }
H1.HeaderClassName
{
color: #F07982;
}
.AnyTagClassName
{
color: #F07982;
}
</style>
background-color css
<style>
a { background-color: #F07982; }
a { background-color: rgb(240,121,130); }
div.DivClassName
{
background-color: #F07982;
}
.BgClassName
{
background-color: #F07982;
}
</style>
border-color css
<style>
span { border-color: #F07982; }
span { border-color: rgb(240,121,130); }
td.TdClassName
{
border-color: #F07982;
}
.TagClassName
{
border-color: #F07982;
}
</style>