Shades of Froly #F5757D
Tints of Froly #F5757D
RGB
CMYK
RGB Variations
Color information
#F5757D (or 0xF5757D) is known color: Froly. HEX triplet: F5, 75 and 7D. RGB value is (245,117,125). Sum of RGB (Red+Green+Blue) = 245+117+125=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5757D is #0A8A82. Grayscale: #9C9C9C. Windows color (decimal): -690819 or 8222197. OLE color: 8222197.
HSL color Cylindrical-coordinate representation of color #F5757D: hue angle of 356.25º 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 #F5757D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 125 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.04 |
| HSL | 356.25º | 0.86% | 0.71% | - |
| HSV(B) | 356.25º | 0.52% | 0.96% | - |
| XYZ | 47.72 | 33.62 | 23.38 | - |
| YUV | 156.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 125 | 0 | 0.52 | 0.49 | 0.04 | 356.25 | 0.86 | 0.71 |
| Hex | F5 | 75 | 7D | 0 | 34 | 31 | 4 | 164 | 56 | 47 |
| Octal | 365 | 165 | 175 | 0 | 64 | 61 | 4 | 544 | 126 | 107 |
| Binary | 11110101 | 1110101 | 1111101 | 0 | 110100 | 110001 | 100 | 101100100 | 1010110 | 1000111 |
Color Harmonies of #F5757D
Complementary color
Monochromatic Colors of #F5757D
Black with #F5757D
Text Example
Text Example
White with #F5757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5757D; }
p { color: rgb(245,117,125); }
H1.HeaderClassName
{
color: #F5757D;
}
.AnyTagClassName
{
color: #F5757D;
}
</style>
background-color css
<style>
a { background-color: #F5757D; }
a { background-color: rgb(245,117,125); }
div.DivClassName
{
background-color: #F5757D;
}
.BgClassName
{
background-color: #F5757D;
}
</style>
border-color css
<style>
span { border-color: #F5757D; }
span { border-color: rgb(245,117,125); }
td.TdClassName
{
border-color: #F5757D;
}
.TagClassName
{
border-color: #F5757D;
}
</style>