Shades of Froly #F0626C
Tints of Froly #F0626C
RGB
CMYK
RGB Variations
Color information
#F0626C (or 0xF0626C) is known color: Froly. HEX triplet: F0, 62 and 6C. RGB value is (240,98,108). Sum of RGB (Red+Green+Blue) = 240+98+108=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0626C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0626C is #0F9D93. Grayscale: #8D8D8D. Windows color (decimal): -1023380 or 7103216. OLE color: 7103216.
HSL color Cylindrical-coordinate representation of color #F0626C: hue angle of 355.77º 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 #F0626C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 108 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.06 |
| HSL | 355.77º | 0.83% | 0.66% | - |
| HSV(B) | 355.77º | 0.59% | 0.94% | - |
| XYZ | 43.01 | 28.34 | 17.39 | - |
| YUV | 141.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 108 | 0 | 0.59 | 0.55 | 0.06 | 355.77 | 0.83 | 0.66 |
| Hex | F0 | 62 | 6C | 0 | 3B | 37 | 6 | 164 | 53 | 42 |
| Octal | 360 | 142 | 154 | 0 | 73 | 67 | 6 | 544 | 123 | 102 |
| Binary | 11110000 | 1100010 | 1101100 | 0 | 111011 | 110111 | 110 | 101100100 | 1010011 | 1000010 |
Color Harmonies of #F0626C
Complementary color
Monochromatic Colors of #F0626C
Black with #F0626C
Text Example
Text Example
White with #F0626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0626C; }
p { color: rgb(240,98,108); }
H1.HeaderClassName
{
color: #F0626C;
}
.AnyTagClassName
{
color: #F0626C;
}
</style>
background-color css
<style>
a { background-color: #F0626C; }
a { background-color: rgb(240,98,108); }
div.DivClassName
{
background-color: #F0626C;
}
.BgClassName
{
background-color: #F0626C;
}
</style>
border-color css
<style>
span { border-color: #F0626C; }
span { border-color: rgb(240,98,108); }
td.TdClassName
{
border-color: #F0626C;
}
.TagClassName
{
border-color: #F0626C;
}
</style>