Shades of Froly #F37C80
Tints of Froly #F37C80
RGB
CMYK
RGB Variations
Color information
#F37C80 (or 0xF37C80) is known color: Froly. HEX triplet: F3, 7C and 80. RGB value is (243,124,128). Sum of RGB (Red+Green+Blue) = 243+124+128=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C80 is #0C837F. Grayscale: #A0A0A0. Windows color (decimal): -820096 or 8420595. OLE color: 8420595.
HSL color Cylindrical-coordinate representation of color #F37C80: hue angle of 357.98º 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 #F37C80 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 128 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.05 |
| HSL | 357.98º | 0.83% | 0.72% | - |
| HSV(B) | 357.98º | 0.49% | 0.95% | - |
| XYZ | 48.07 | 35.03 | 24.65 | - |
| YUV | 160.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 128 | 0 | 0.49 | 0.47 | 0.05 | 357.98 | 0.83 | 0.72 |
| Hex | F3 | 7C | 80 | 0 | 31 | 2F | 5 | 166 | 53 | 48 |
| Octal | 363 | 174 | 200 | 0 | 61 | 57 | 5 | 546 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10000000 | 0 | 110001 | 101111 | 101 | 101100110 | 1010011 | 1001000 |
Color Harmonies of #F37C80
Complementary color
Monochromatic Colors of #F37C80
Black with #F37C80
Text Example
Text Example
White with #F37C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C80; }
p { color: rgb(243,124,128); }
H1.HeaderClassName
{
color: #F37C80;
}
.AnyTagClassName
{
color: #F37C80;
}
</style>
background-color css
<style>
a { background-color: #F37C80; }
a { background-color: rgb(243,124,128); }
div.DivClassName
{
background-color: #F37C80;
}
.BgClassName
{
background-color: #F37C80;
}
</style>
border-color css
<style>
span { border-color: #F37C80; }
span { border-color: rgb(243,124,128); }
td.TdClassName
{
border-color: #F37C80;
}
.TagClassName
{
border-color: #F37C80;
}
</style>