Shades of Froly #F0646B
Tints of Froly #F0646B
RGB
CMYK
RGB Variations
Color information
#F0646B (or 0xF0646B) is known color: Froly. HEX triplet: F0, 64 and 6B. RGB value is (240,100,107). Sum of RGB (Red+Green+Blue) = 240+100+107=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0646B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0646B is #0F9B94. Grayscale: #8E8E8E. Windows color (decimal): -1022869 or 7038192. OLE color: 7038192.
HSL color Cylindrical-coordinate representation of color #F0646B: hue angle of 357º 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 #F0646B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 107 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.06 |
| HSL | 357º | 0.82% | 0.67% | - |
| HSV(B) | 357º | 0.58% | 0.94% | - |
| XYZ | 43.15 | 28.7 | 17.18 | - |
| YUV | 142.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 107 | 0 | 0.58 | 0.55 | 0.06 | 357 | 0.82 | 0.67 |
| Hex | F0 | 64 | 6B | 0 | 3A | 37 | 6 | 165 | 52 | 43 |
| Octal | 360 | 144 | 153 | 0 | 72 | 67 | 6 | 545 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1101011 | 0 | 111010 | 110111 | 110 | 101100101 | 1010010 | 1000011 |
Color Harmonies of #F0646B
Complementary color
Monochromatic Colors of #F0646B
Black with #F0646B
Text Example
Text Example
White with #F0646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0646B; }
p { color: rgb(240,100,107); }
H1.HeaderClassName
{
color: #F0646B;
}
.AnyTagClassName
{
color: #F0646B;
}
</style>
background-color css
<style>
a { background-color: #F0646B; }
a { background-color: rgb(240,100,107); }
div.DivClassName
{
background-color: #F0646B;
}
.BgClassName
{
background-color: #F0646B;
}
</style>
border-color css
<style>
span { border-color: #F0646B; }
span { border-color: rgb(240,100,107); }
td.TdClassName
{
border-color: #F0646B;
}
.TagClassName
{
border-color: #F0646B;
}
</style>