Shades of Froly #F5757B
Tints of Froly #F5757B
RGB
CMYK
RGB Variations
Color information
#F5757B (or 0xF5757B) is known color: Froly. HEX triplet: F5, 75 and 7B. RGB value is (245,117,123). Sum of RGB (Red+Green+Blue) = 245+117+123=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5757B is #0A8A84. Grayscale: #9C9C9C. Windows color (decimal): -690821 or 8091125. OLE color: 8091125.
HSL color Cylindrical-coordinate representation of color #F5757B: hue angle of 357.19º 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 #F5757B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 123 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.04 |
| HSL | 357.19º | 0.86% | 0.71% | - |
| HSV(B) | 357.19º | 0.52% | 0.96% | - |
| XYZ | 47.59 | 33.57 | 22.71 | - |
| YUV | 155.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 123 | 0 | 0.52 | 0.50 | 0.04 | 357.19 | 0.86 | 0.71 |
| Hex | F5 | 75 | 7B | 0 | 34 | 32 | 4 | 165 | 56 | 47 |
| Octal | 365 | 165 | 173 | 0 | 64 | 62 | 4 | 545 | 126 | 107 |
| Binary | 11110101 | 1110101 | 1111011 | 0 | 110100 | 110010 | 100 | 101100101 | 1010110 | 1000111 |
Color Harmonies of #F5757B
Complementary color
Monochromatic Colors of #F5757B
Black with #F5757B
Text Example
Text Example
White with #F5757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5757B; }
p { color: rgb(245,117,123); }
H1.HeaderClassName
{
color: #F5757B;
}
.AnyTagClassName
{
color: #F5757B;
}
</style>
background-color css
<style>
a { background-color: #F5757B; }
a { background-color: rgb(245,117,123); }
div.DivClassName
{
background-color: #F5757B;
}
.BgClassName
{
background-color: #F5757B;
}
</style>
border-color css
<style>
span { border-color: #F5757B; }
span { border-color: rgb(245,117,123); }
td.TdClassName
{
border-color: #F5757B;
}
.TagClassName
{
border-color: #F5757B;
}
</style>