Shades of Froly #F57582
Tints of Froly #F57582
RGB
CMYK
RGB Variations
Color information
#F57582 (or 0xF57582) is known color: Froly. HEX triplet: F5, 75 and 82. RGB value is (245,117,130). Sum of RGB (Red+Green+Blue) = 245+117+130=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F57582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57582 is #0A8A7D. Grayscale: #9C9C9C. Windows color (decimal): -690814 or 8549877. OLE color: 8549877.
HSL color Cylindrical-coordinate representation of color #F57582: hue angle of 353.91º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57582 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 130 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.04 |
| HSL | 353.91º | 0.86% | 0.71% | - |
| HSV(B) | 353.91º | 0.52% | 0.96% | - |
| XYZ | 48.05 | 33.75 | 25.1 | - |
| YUV | 156.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 130 | 0 | 0.52 | 0.47 | 0.04 | 353.91 | 0.86 | 0.71 |
| Hex | F5 | 75 | 82 | 0 | 34 | 2F | 4 | 162 | 56 | 47 |
| Octal | 365 | 165 | 202 | 0 | 64 | 57 | 4 | 542 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10000010 | 0 | 110100 | 101111 | 100 | 101100010 | 1010110 | 1000111 |
Color Harmonies of #F57582
Complementary color
Monochromatic Colors of #F57582
Black with #F57582
Text Example
Text Example
White with #F57582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57582; }
p { color: rgb(245,117,130); }
H1.HeaderClassName
{
color: #F57582;
}
.AnyTagClassName
{
color: #F57582;
}
</style>
background-color css
<style>
a { background-color: #F57582; }
a { background-color: rgb(245,117,130); }
div.DivClassName
{
background-color: #F57582;
}
.BgClassName
{
background-color: #F57582;
}
</style>
border-color css
<style>
span { border-color: #F57582; }
span { border-color: rgb(245,117,130); }
td.TdClassName
{
border-color: #F57582;
}
.TagClassName
{
border-color: #F57582;
}
</style>