Shades of Froly #F97982
Tints of Froly #F97982
RGB
CMYK
RGB Variations
Color information
#F97982 (or 0xF97982) is known color: Froly. HEX triplet: F9, 79 and 82. RGB value is (249,121,130). Sum of RGB (Red+Green+Blue) = 249+121+130=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F97982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97982 is #06867D. Grayscale: #A0A0A0. Windows color (decimal): -427646 or 8550905. OLE color: 8550905.
HSL color Cylindrical-coordinate representation of color #F97982: hue angle of 355.78º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97982 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 130 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.02 |
| HSL | 355.78º | 0.91% | 0.73% | - |
| HSV(B) | 355.78º | 0.51% | 0.98% | - |
| XYZ | 49.93 | 35.43 | 25.33 | - |
| YUV | 160.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 130 | 0 | 0.51 | 0.48 | 0.02 | 355.78 | 0.91 | 0.73 |
| Hex | F9 | 79 | 82 | 0 | 33 | 30 | 2 | 164 | 5B | 49 |
| Octal | 371 | 171 | 202 | 0 | 63 | 60 | 2 | 544 | 133 | 111 |
| Binary | 11111001 | 1111001 | 10000010 | 0 | 110011 | 110000 | 10 | 101100100 | 1011011 | 1001001 |
Color Harmonies of #F97982
Complementary color
Monochromatic Colors of #F97982
Black with #F97982
Text Example
Text Example
White with #F97982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97982; }
p { color: rgb(249,121,130); }
H1.HeaderClassName
{
color: #F97982;
}
.AnyTagClassName
{
color: #F97982;
}
</style>
background-color css
<style>
a { background-color: #F97982; }
a { background-color: rgb(249,121,130); }
div.DivClassName
{
background-color: #F97982;
}
.BgClassName
{
background-color: #F97982;
}
</style>
border-color css
<style>
span { border-color: #F97982; }
span { border-color: rgb(249,121,130); }
td.TdClassName
{
border-color: #F97982;
}
.TagClassName
{
border-color: #F97982;
}
</style>