Shades of Froly #F37A80
Tints of Froly #F37A80
RGB
CMYK
RGB Variations
Color information
#F37A80 (or 0xF37A80) is known color: Froly. HEX triplet: F3, 7A and 80. RGB value is (243,122,128). Sum of RGB (Red+Green+Blue) = 243+122+128=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37A80 is #0C857F. Grayscale: #9E9E9E. Windows color (decimal): -820608 or 8420083. OLE color: 8420083.
HSL color Cylindrical-coordinate representation of color #F37A80: hue angle of 357.02º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37A80 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 128 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.05 |
| HSL | 357.02º | 0.83% | 0.72% | - |
| HSV(B) | 357.02º | 0.5% | 0.95% | - |
| XYZ | 47.82 | 34.53 | 24.57 | - |
| YUV | 158.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 128 | 0 | 0.50 | 0.47 | 0.05 | 357.02 | 0.83 | 0.72 |
| Hex | F3 | 7A | 80 | 0 | 32 | 2F | 5 | 165 | 53 | 48 |
| Octal | 363 | 172 | 200 | 0 | 62 | 57 | 5 | 545 | 123 | 110 |
| Binary | 11110011 | 1111010 | 10000000 | 0 | 110010 | 101111 | 101 | 101100101 | 1010011 | 1001000 |
Color Harmonies of #F37A80
Complementary color
Monochromatic Colors of #F37A80
Black with #F37A80
Text Example
Text Example
White with #F37A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A80; }
p { color: rgb(243,122,128); }
H1.HeaderClassName
{
color: #F37A80;
}
.AnyTagClassName
{
color: #F37A80;
}
</style>
background-color css
<style>
a { background-color: #F37A80; }
a { background-color: rgb(243,122,128); }
div.DivClassName
{
background-color: #F37A80;
}
.BgClassName
{
background-color: #F37A80;
}
</style>
border-color css
<style>
span { border-color: #F37A80; }
span { border-color: rgb(243,122,128); }
td.TdClassName
{
border-color: #F37A80;
}
.TagClassName
{
border-color: #F37A80;
}
</style>