Shades of Froly #F06268
Tints of Froly #F06268
RGB
CMYK
RGB Variations
Color information
#F06268 (or 0xF06268) is known color: Froly. HEX triplet: F0, 62 and 68. RGB value is (240,98,104). Sum of RGB (Red+Green+Blue) = 240+98+104=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F06268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06268 is #0F9D97. Grayscale: #8D8D8D. Windows color (decimal): -1023384 or 6841072. OLE color: 6841072.
HSL color Cylindrical-coordinate representation of color #F06268: hue angle of 357.46º degrees, saturation: 0.83, 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 #F06268 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 104 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.06 |
| HSL | 357.46º | 0.83% | 0.66% | - |
| HSV(B) | 357.46º | 0.59% | 0.94% | - |
| XYZ | 42.8 | 28.26 | 16.3 | - |
| YUV | 141.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 104 | 0 | 0.59 | 0.57 | 0.06 | 357.46 | 0.83 | 0.66 |
| Hex | F0 | 62 | 68 | 0 | 3B | 39 | 6 | 165 | 53 | 42 |
| Octal | 360 | 142 | 150 | 0 | 73 | 71 | 6 | 545 | 123 | 102 |
| Binary | 11110000 | 1100010 | 1101000 | 0 | 111011 | 111001 | 110 | 101100101 | 1010011 | 1000010 |
Color Harmonies of #F06268
Complementary color
Monochromatic Colors of #F06268
Black with #F06268
Text Example
Text Example
White with #F06268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06268; }
p { color: rgb(240,98,104); }
H1.HeaderClassName
{
color: #F06268;
}
.AnyTagClassName
{
color: #F06268;
}
</style>
background-color css
<style>
a { background-color: #F06268; }
a { background-color: rgb(240,98,104); }
div.DivClassName
{
background-color: #F06268;
}
.BgClassName
{
background-color: #F06268;
}
</style>
border-color css
<style>
span { border-color: #F06268; }
span { border-color: rgb(240,98,104); }
td.TdClassName
{
border-color: #F06268;
}
.TagClassName
{
border-color: #F06268;
}
</style>