Shades of Froly #F06466
Tints of Froly #F06466
RGB
CMYK
RGB Variations
Color information
#F06466 (or 0xF06466) is known color: Froly. HEX triplet: F0, 64 and 66. RGB value is (240,100,102). Sum of RGB (Red+Green+Blue) = 240+100+102=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F06466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06466 is #0F9B99. Grayscale: #8E8E8E. Windows color (decimal): -1022874 or 6710512. OLE color: 6710512.
HSL color Cylindrical-coordinate representation of color #F06466: 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 #F06466 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 102 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.06 |
| HSL | 359.14º | 0.82% | 0.67% | - |
| HSV(B) | 359.14º | 0.58% | 0.94% | - |
| XYZ | 42.89 | 28.6 | 15.83 | - |
| YUV | 142.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 102 | 0 | 0.58 | 0.58 | 0.06 | 359.14 | 0.82 | 0.67 |
| Hex | F0 | 64 | 66 | 0 | 3A | 3A | 6 | 167 | 52 | 43 |
| Octal | 360 | 144 | 146 | 0 | 72 | 72 | 6 | 547 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1100110 | 0 | 111010 | 111010 | 110 | 101100111 | 1010010 | 1000011 |
Color Harmonies of #F06466
Complementary color
Monochromatic Colors of #F06466
Black with #F06466
Text Example
Text Example
White with #F06466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06466; }
p { color: rgb(240,100,102); }
H1.HeaderClassName
{
color: #F06466;
}
.AnyTagClassName
{
color: #F06466;
}
</style>
background-color css
<style>
a { background-color: #F06466; }
a { background-color: rgb(240,100,102); }
div.DivClassName
{
background-color: #F06466;
}
.BgClassName
{
background-color: #F06466;
}
</style>
border-color css
<style>
span { border-color: #F06466; }
span { border-color: rgb(240,100,102); }
td.TdClassName
{
border-color: #F06466;
}
.TagClassName
{
border-color: #F06466;
}
</style>