Shades of Froly #F97C83
Tints of Froly #F97C83
RGB
CMYK
RGB Variations
Color information
#F97C83 (or 0xF97C83) is known color: Froly. HEX triplet: F9, 7C and 83. RGB value is (249,124,131). Sum of RGB (Red+Green+Blue) = 249+124+131=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C83 is #06837C. Grayscale: #A2A2A2. Windows color (decimal): -426877 or 8617209. OLE color: 8617209.
HSL color Cylindrical-coordinate representation of color #F97C83: hue angle of 356.64º 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 #F97C83 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 131 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.02 |
| HSL | 356.64º | 0.91% | 0.73% | - |
| HSV(B) | 356.64º | 0.5% | 0.98% | - |
| XYZ | 50.37 | 36.19 | 25.8 | - |
| YUV | 162.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 131 | 0 | 0.50 | 0.47 | 0.02 | 356.64 | 0.91 | 0.73 |
| Hex | F9 | 7C | 83 | 0 | 32 | 2F | 2 | 165 | 5B | 49 |
| Octal | 371 | 174 | 203 | 0 | 62 | 57 | 2 | 545 | 133 | 111 |
| Binary | 11111001 | 1111100 | 10000011 | 0 | 110010 | 101111 | 10 | 101100101 | 1011011 | 1001001 |
Color Harmonies of #F97C83
Complementary color
Monochromatic Colors of #F97C83
Black with #F97C83
Text Example
Text Example
White with #F97C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C83; }
p { color: rgb(249,124,131); }
H1.HeaderClassName
{
color: #F97C83;
}
.AnyTagClassName
{
color: #F97C83;
}
</style>
background-color css
<style>
a { background-color: #F97C83; }
a { background-color: rgb(249,124,131); }
div.DivClassName
{
background-color: #F97C83;
}
.BgClassName
{
background-color: #F97C83;
}
</style>
border-color css
<style>
span { border-color: #F97C83; }
span { border-color: rgb(249,124,131); }
td.TdClassName
{
border-color: #F97C83;
}
.TagClassName
{
border-color: #F97C83;
}
</style>