Shades of Froly #F37B80
Tints of Froly #F37B80
RGB
CMYK
RGB Variations
Color information
#F37B80 (or 0xF37B80) is known color: Froly. HEX triplet: F3, 7B and 80. RGB value is (243,123,128). Sum of RGB (Red+Green+Blue) = 243+123+128=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37B80 is #0C847F. Grayscale: #9F9F9F. Windows color (decimal): -820352 or 8420339. OLE color: 8420339.
HSL color Cylindrical-coordinate representation of color #F37B80: hue angle of 357.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37B80 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 128 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.05 |
| HSL | 357.5º | 0.83% | 0.72% | - |
| HSV(B) | 357.5º | 0.49% | 0.95% | - |
| XYZ | 47.94 | 34.78 | 24.61 | - |
| YUV | 159.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 128 | 0 | 0.49 | 0.47 | 0.05 | 357.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | 80 | 0 | 31 | 2F | 5 | 166 | 53 | 48 |
| Octal | 363 | 173 | 200 | 0 | 61 | 57 | 5 | 546 | 123 | 110 |
| Binary | 11110011 | 1111011 | 10000000 | 0 | 110001 | 101111 | 101 | 101100110 | 1010011 | 1001000 |
Color Harmonies of #F37B80
Complementary color
Monochromatic Colors of #F37B80
Black with #F37B80
Text Example
Text Example
White with #F37B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B80; }
p { color: rgb(243,123,128); }
H1.HeaderClassName
{
color: #F37B80;
}
.AnyTagClassName
{
color: #F37B80;
}
</style>
background-color css
<style>
a { background-color: #F37B80; }
a { background-color: rgb(243,123,128); }
div.DivClassName
{
background-color: #F37B80;
}
.BgClassName
{
background-color: #F37B80;
}
</style>
border-color css
<style>
span { border-color: #F37B80; }
span { border-color: rgb(243,123,128); }
td.TdClassName
{
border-color: #F37B80;
}
.TagClassName
{
border-color: #F37B80;
}
</style>