Shades of Froly #F5676B
Tints of Froly #F5676B
RGB
CMYK
RGB Variations
Color information
#F5676B (or 0xF5676B) is known color: Froly. HEX triplet: F5, 67 and 6B. RGB value is (245,103,107). Sum of RGB (Red+Green+Blue) = 245+103+107=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5676B is #0A9894. Grayscale: #929292. Windows color (decimal): -694421 or 7038965. OLE color: 7038965.
HSL color Cylindrical-coordinate representation of color #F5676B: hue angle of 358.31º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5676B is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 107 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.04 |
| HSL | 358.31º | 0.88% | 0.68% | - |
| HSV(B) | 358.31º | 0.58% | 0.96% | - |
| XYZ | 45.16 | 30.17 | 17.35 | - |
| YUV | 145.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 107 | 0 | 0.58 | 0.56 | 0.04 | 358.31 | 0.88 | 0.68 |
| Hex | F5 | 67 | 6B | 0 | 3A | 38 | 4 | 166 | 58 | 44 |
| Octal | 365 | 147 | 153 | 0 | 72 | 70 | 4 | 546 | 130 | 104 |
| Binary | 11110101 | 1100111 | 1101011 | 0 | 111010 | 111000 | 100 | 101100110 | 1011000 | 1000100 |
Color Harmonies of #F5676B
Complementary color
Monochromatic Colors of #F5676B
Black with #F5676B
Text Example
Text Example
White with #F5676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5676B; }
p { color: rgb(245,103,107); }
H1.HeaderClassName
{
color: #F5676B;
}
.AnyTagClassName
{
color: #F5676B;
}
</style>
background-color css
<style>
a { background-color: #F5676B; }
a { background-color: rgb(245,103,107); }
div.DivClassName
{
background-color: #F5676B;
}
.BgClassName
{
background-color: #F5676B;
}
</style>
border-color css
<style>
span { border-color: #F5676B; }
span { border-color: rgb(245,103,107); }
td.TdClassName
{
border-color: #F5676B;
}
.TagClassName
{
border-color: #F5676B;
}
</style>