Shades of Froly #F37D81
Tints of Froly #F37D81
RGB
CMYK
RGB Variations
Color information
#F37D81 (or 0xF37D81) is known color: Froly. HEX triplet: F3, 7D and 81. RGB value is (243,125,129). Sum of RGB (Red+Green+Blue) = 243+125+129=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37D81 is #0C827E. Grayscale: #A0A0A0. Windows color (decimal): -819839 or 8486387. OLE color: 8486387.
HSL color Cylindrical-coordinate representation of color #F37D81: hue angle of 357.97º 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 #F37D81 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 129 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.05 |
| HSL | 357.97º | 0.83% | 0.72% | - |
| HSV(B) | 357.97º | 0.49% | 0.95% | - |
| XYZ | 48.26 | 35.31 | 25.04 | - |
| YUV | 160.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 129 | 0 | 0.49 | 0.47 | 0.05 | 357.97 | 0.83 | 0.72 |
| Hex | F3 | 7D | 81 | 0 | 31 | 2F | 5 | 166 | 53 | 48 |
| Octal | 363 | 175 | 201 | 0 | 61 | 57 | 5 | 546 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10000001 | 0 | 110001 | 101111 | 101 | 101100110 | 1010011 | 1001000 |
Color Harmonies of #F37D81
Complementary color
Monochromatic Colors of #F37D81
Black with #F37D81
Text Example
Text Example
White with #F37D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D81; }
p { color: rgb(243,125,129); }
H1.HeaderClassName
{
color: #F37D81;
}
.AnyTagClassName
{
color: #F37D81;
}
</style>
background-color css
<style>
a { background-color: #F37D81; }
a { background-color: rgb(243,125,129); }
div.DivClassName
{
background-color: #F37D81;
}
.BgClassName
{
background-color: #F37D81;
}
</style>
border-color css
<style>
span { border-color: #F37D81; }
span { border-color: rgb(243,125,129); }
td.TdClassName
{
border-color: #F37D81;
}
.TagClassName
{
border-color: #F37D81;
}
</style>