Shades of Froly #F06567
Tints of Froly #F06567
RGB
CMYK
RGB Variations
Color information
#F06567 (or 0xF06567) is known color: Froly. HEX triplet: F0, 65 and 67. RGB value is (240,101,103). Sum of RGB (Red+Green+Blue) = 240+101+103=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F06567 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06567 is #0F9A98. Grayscale: #8E8E8E. Windows color (decimal): -1022617 or 6776304. OLE color: 6776304.
HSL color Cylindrical-coordinate representation of color #F06567: hue angle of 359.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06567 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 103 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.06 |
| HSL | 359.14º | 0.82% | 0.67% | - |
| HSV(B) | 359.14º | 0.58% | 0.94% | - |
| XYZ | 43.04 | 28.81 | 16.12 | - |
| YUV | 142.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 103 | 0 | 0.58 | 0.57 | 0.06 | 359.14 | 0.82 | 0.67 |
| Hex | F0 | 65 | 67 | 0 | 3A | 39 | 6 | 167 | 52 | 43 |
| Octal | 360 | 145 | 147 | 0 | 72 | 71 | 6 | 547 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1100111 | 0 | 111010 | 111001 | 110 | 101100111 | 1010010 | 1000011 |
Color Harmonies of #F06567
Complementary color
Monochromatic Colors of #F06567
Black with #F06567
Text Example
Text Example
White with #F06567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06567; }
p { color: rgb(240,101,103); }
H1.HeaderClassName
{
color: #F06567;
}
.AnyTagClassName
{
color: #F06567;
}
</style>
background-color css
<style>
a { background-color: #F06567; }
a { background-color: rgb(240,101,103); }
div.DivClassName
{
background-color: #F06567;
}
.BgClassName
{
background-color: #F06567;
}
</style>
border-color css
<style>
span { border-color: #F06567; }
span { border-color: rgb(240,101,103); }
td.TdClassName
{
border-color: #F06567;
}
.TagClassName
{
border-color: #F06567;
}
</style>