Shades of Froly #F5717C
Tints of Froly #F5717C
RGB
CMYK
RGB Variations
Color information
#F5717C (or 0xF5717C) is known color: Froly. HEX triplet: F5, 71 and 7C. RGB value is (245,113,124). Sum of RGB (Red+Green+Blue) = 245+113+124=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5717C is #0A8E83. Grayscale: #999999. Windows color (decimal): -691844 or 8155637. OLE color: 8155637.
HSL color Cylindrical-coordinate representation of color #F5717C: hue angle of 355º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5717C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 124 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.04 |
| HSL | 355º | 0.87% | 0.7% | - |
| HSV(B) | 355º | 0.54% | 0.96% | - |
| XYZ | 47.2 | 32.68 | 22.89 | - |
| YUV | 153.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 124 | 0 | 0.54 | 0.49 | 0.04 | 355 | 0.87 | 0.7 |
| Hex | F5 | 71 | 7C | 0 | 36 | 31 | 4 | 163 | 57 | 46 |
| Octal | 365 | 161 | 174 | 0 | 66 | 61 | 4 | 543 | 127 | 106 |
| Binary | 11110101 | 1110001 | 1111100 | 0 | 110110 | 110001 | 100 | 101100011 | 1010111 | 1000110 |
Color Harmonies of #F5717C
Complementary color
Monochromatic Colors of #F5717C
Black with #F5717C
Text Example
Text Example
White with #F5717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5717C; }
p { color: rgb(245,113,124); }
H1.HeaderClassName
{
color: #F5717C;
}
.AnyTagClassName
{
color: #F5717C;
}
</style>
background-color css
<style>
a { background-color: #F5717C; }
a { background-color: rgb(245,113,124); }
div.DivClassName
{
background-color: #F5717C;
}
.BgClassName
{
background-color: #F5717C;
}
</style>
border-color css
<style>
span { border-color: #F5717C; }
span { border-color: rgb(245,113,124); }
td.TdClassName
{
border-color: #F5717C;
}
.TagClassName
{
border-color: #F5717C;
}
</style>