Shades of Froly #F37680
Tints of Froly #F37680
RGB
CMYK
RGB Variations
Color information
#F37680 (or 0xF37680) is known color: Froly. HEX triplet: F3, 76 and 80. RGB value is (243,118,128). Sum of RGB (Red+Green+Blue) = 243+118+128=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F37680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37680 is #0C897F. Grayscale: #9C9C9C. Windows color (decimal): -821632 or 8419059. OLE color: 8419059.
HSL color Cylindrical-coordinate representation of color #F37680: hue angle of 355.2º 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 #F37680 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 128 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.05 |
| HSL | 355.2º | 0.84% | 0.71% | - |
| HSV(B) | 355.2º | 0.51% | 0.95% | - |
| XYZ | 47.34 | 33.57 | 24.41 | - |
| YUV | 156.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 128 | 0 | 0.51 | 0.47 | 0.05 | 355.2 | 0.84 | 0.71 |
| Hex | F3 | 76 | 80 | 0 | 33 | 2F | 5 | 163 | 54 | 47 |
| Octal | 363 | 166 | 200 | 0 | 63 | 57 | 5 | 543 | 124 | 107 |
| Binary | 11110011 | 1110110 | 10000000 | 0 | 110011 | 101111 | 101 | 101100011 | 1010100 | 1000111 |
Color Harmonies of #F37680
Complementary color
Monochromatic Colors of #F37680
Black with #F37680
Text Example
Text Example
White with #F37680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37680; }
p { color: rgb(243,118,128); }
H1.HeaderClassName
{
color: #F37680;
}
.AnyTagClassName
{
color: #F37680;
}
</style>
background-color css
<style>
a { background-color: #F37680; }
a { background-color: rgb(243,118,128); }
div.DivClassName
{
background-color: #F37680;
}
.BgClassName
{
background-color: #F37680;
}
</style>
border-color css
<style>
span { border-color: #F37680; }
span { border-color: rgb(243,118,128); }
td.TdClassName
{
border-color: #F37680;
}
.TagClassName
{
border-color: #F37680;
}
</style>