Shades of Froly #F97C80
Tints of Froly #F97C80
RGB
CMYK
RGB Variations
Color information
#F97C80 (or 0xF97C80) is known color: Froly. HEX triplet: F9, 7C and 80. RGB value is (249,124,128). Sum of RGB (Red+Green+Blue) = 249+124+128=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C80 is #06837F. Grayscale: #A1A1A1. Windows color (decimal): -426880 or 8420601. OLE color: 8420601.
HSL color Cylindrical-coordinate representation of color #F97C80: hue angle of 358.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97C80 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 128 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.02 |
| HSL | 358.08º | 0.91% | 0.73% | - |
| HSV(B) | 358.08º | 0.5% | 0.98% | - |
| XYZ | 50.17 | 36.11 | 24.75 | - |
| YUV | 161.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 128 | 0 | 0.50 | 0.49 | 0.02 | 358.08 | 0.91 | 0.73 |
| Hex | F9 | 7C | 80 | 0 | 32 | 31 | 2 | 166 | 5B | 49 |
| Octal | 371 | 174 | 200 | 0 | 62 | 61 | 2 | 546 | 133 | 111 |
| Binary | 11111001 | 1111100 | 10000000 | 0 | 110010 | 110001 | 10 | 101100110 | 1011011 | 1001001 |
Color Harmonies of #F97C80
Complementary color
Monochromatic Colors of #F97C80
Black with #F97C80
Text Example
Text Example
White with #F97C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C80; }
p { color: rgb(249,124,128); }
H1.HeaderClassName
{
color: #F97C80;
}
.AnyTagClassName
{
color: #F97C80;
}
</style>
background-color css
<style>
a { background-color: #F97C80; }
a { background-color: rgb(249,124,128); }
div.DivClassName
{
background-color: #F97C80;
}
.BgClassName
{
background-color: #F97C80;
}
</style>
border-color css
<style>
span { border-color: #F97C80; }
span { border-color: rgb(249,124,128); }
td.TdClassName
{
border-color: #F97C80;
}
.TagClassName
{
border-color: #F97C80;
}
</style>