Shades of Froly #F5666B
Tints of Froly #F5666B
RGB
CMYK
RGB Variations
Color information
#F5666B (or 0xF5666B) is known color: Froly. HEX triplet: F5, 66 and 6B. RGB value is (245,102,107). Sum of RGB (Red+Green+Blue) = 245+102+107=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5666B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5666B is #0A9994. Grayscale: #919191. Windows color (decimal): -694677 or 7038709. OLE color: 7038709.
HSL color Cylindrical-coordinate representation of color #F5666B: hue angle of 357.9º 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 #F5666B is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 107 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.04 |
| HSL | 357.9º | 0.88% | 0.68% | - |
| HSV(B) | 357.9º | 0.58% | 0.96% | - |
| XYZ | 45.06 | 29.98 | 17.32 | - |
| YUV | 145.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 107 | 0 | 0.58 | 0.56 | 0.04 | 357.9 | 0.88 | 0.68 |
| Hex | F5 | 66 | 6B | 0 | 3A | 38 | 4 | 166 | 58 | 44 |
| Octal | 365 | 146 | 153 | 0 | 72 | 70 | 4 | 546 | 130 | 104 |
| Binary | 11110101 | 1100110 | 1101011 | 0 | 111010 | 111000 | 100 | 101100110 | 1011000 | 1000100 |
Color Harmonies of #F5666B
Complementary color
Monochromatic Colors of #F5666B
Black with #F5666B
Text Example
Text Example
White with #F5666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5666B; }
p { color: rgb(245,102,107); }
H1.HeaderClassName
{
color: #F5666B;
}
.AnyTagClassName
{
color: #F5666B;
}
</style>
background-color css
<style>
a { background-color: #F5666B; }
a { background-color: rgb(245,102,107); }
div.DivClassName
{
background-color: #F5666B;
}
.BgClassName
{
background-color: #F5666B;
}
</style>
border-color css
<style>
span { border-color: #F5666B; }
span { border-color: rgb(245,102,107); }
td.TdClassName
{
border-color: #F5666B;
}
.TagClassName
{
border-color: #F5666B;
}
</style>