Shades of Froly #F06366
Tints of Froly #F06366
RGB
CMYK
RGB Variations
Color information
#F06366 (or 0xF06366) is known color: Froly. HEX triplet: F0, 63 and 66. RGB value is (240,99,102). Sum of RGB (Red+Green+Blue) = 240+99+102=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06366 is #0F9C99. Grayscale: #8D8D8D. Windows color (decimal): -1023130 or 6710256. OLE color: 6710256.
HSL color Cylindrical-coordinate representation of color #F06366: hue angle of 358.72º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06366 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 102 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.06 |
| HSL | 358.72º | 0.82% | 0.66% | - |
| HSV(B) | 358.72º | 0.59% | 0.94% | - |
| XYZ | 42.8 | 28.41 | 15.8 | - |
| YUV | 141.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 102 | 0 | 0.59 | 0.58 | 0.06 | 358.72 | 0.82 | 0.66 |
| Hex | F0 | 63 | 66 | 0 | 3B | 3A | 6 | 167 | 52 | 42 |
| Octal | 360 | 143 | 146 | 0 | 73 | 72 | 6 | 547 | 122 | 102 |
| Binary | 11110000 | 1100011 | 1100110 | 0 | 111011 | 111010 | 110 | 101100111 | 1010010 | 1000010 |
Color Harmonies of #F06366
Complementary color
Monochromatic Colors of #F06366
Black with #F06366
Text Example
Text Example
White with #F06366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06366; }
p { color: rgb(240,99,102); }
H1.HeaderClassName
{
color: #F06366;
}
.AnyTagClassName
{
color: #F06366;
}
</style>
background-color css
<style>
a { background-color: #F06366; }
a { background-color: rgb(240,99,102); }
div.DivClassName
{
background-color: #F06366;
}
.BgClassName
{
background-color: #F06366;
}
</style>
border-color css
<style>
span { border-color: #F06366; }
span { border-color: rgb(240,99,102); }
td.TdClassName
{
border-color: #F06366;
}
.TagClassName
{
border-color: #F06366;
}
</style>