Shades of Froly #F37682
Tints of Froly #F37682
RGB
CMYK
RGB Variations
Color information
#F37682 (or 0xF37682) is known color: Froly. HEX triplet: F3, 76 and 82. RGB value is (243,118,130). Sum of RGB (Red+Green+Blue) = 243+118+130=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F37682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37682 is #0C897D. Grayscale: #9C9C9C. Windows color (decimal): -821630 or 8550131. OLE color: 8550131.
HSL color Cylindrical-coordinate representation of color #F37682: hue angle of 354.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F37682 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 130 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.05 |
| HSL | 354.24º | 0.84% | 0.71% | - |
| HSV(B) | 354.24º | 0.51% | 0.95% | - |
| XYZ | 47.47 | 33.62 | 25.11 | - |
| YUV | 156.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 130 | 0 | 0.51 | 0.47 | 0.05 | 354.24 | 0.84 | 0.71 |
| Hex | F3 | 76 | 82 | 0 | 33 | 2F | 5 | 162 | 54 | 47 |
| Octal | 363 | 166 | 202 | 0 | 63 | 57 | 5 | 542 | 124 | 107 |
| Binary | 11110011 | 1110110 | 10000010 | 0 | 110011 | 101111 | 101 | 101100010 | 1010100 | 1000111 |
Color Harmonies of #F37682
Complementary color
Monochromatic Colors of #F37682
Black with #F37682
Text Example
Text Example
White with #F37682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37682; }
p { color: rgb(243,118,130); }
H1.HeaderClassName
{
color: #F37682;
}
.AnyTagClassName
{
color: #F37682;
}
</style>
background-color css
<style>
a { background-color: #F37682; }
a { background-color: rgb(243,118,130); }
div.DivClassName
{
background-color: #F37682;
}
.BgClassName
{
background-color: #F37682;
}
</style>
border-color css
<style>
span { border-color: #F37682; }
span { border-color: rgb(243,118,130); }
td.TdClassName
{
border-color: #F37682;
}
.TagClassName
{
border-color: #F37682;
}
</style>