Shades of Froly #F0666F
Tints of Froly #F0666F
RGB
CMYK
RGB Variations
Color information
#F0666F (or 0xF0666F) is known color: Froly. HEX triplet: F0, 66 and 6F. RGB value is (240,102,111). Sum of RGB (Red+Green+Blue) = 240+102+111=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0666F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0666F is #0F9990. Grayscale: #909090. Windows color (decimal): -1022353 or 7300848. OLE color: 7300848.
HSL color Cylindrical-coordinate representation of color #F0666F: hue angle of 356.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0666F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 111 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.06 |
| HSL | 356.09º | 0.82% | 0.67% | - |
| HSV(B) | 356.09º | 0.58% | 0.94% | - |
| XYZ | 43.56 | 29.18 | 18.37 | - |
| YUV | 144.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 111 | 0 | 0.58 | 0.54 | 0.06 | 356.09 | 0.82 | 0.67 |
| Hex | F0 | 66 | 6F | 0 | 3A | 36 | 6 | 164 | 52 | 43 |
| Octal | 360 | 146 | 157 | 0 | 72 | 66 | 6 | 544 | 122 | 103 |
| Binary | 11110000 | 1100110 | 1101111 | 0 | 111010 | 110110 | 110 | 101100100 | 1010010 | 1000011 |
Color Harmonies of #F0666F
Complementary color
Monochromatic Colors of #F0666F
Black with #F0666F
Text Example
Text Example
White with #F0666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0666F; }
p { color: rgb(240,102,111); }
H1.HeaderClassName
{
color: #F0666F;
}
.AnyTagClassName
{
color: #F0666F;
}
</style>
background-color css
<style>
a { background-color: #F0666F; }
a { background-color: rgb(240,102,111); }
div.DivClassName
{
background-color: #F0666F;
}
.BgClassName
{
background-color: #F0666F;
}
</style>
border-color css
<style>
span { border-color: #F0666F; }
span { border-color: rgb(240,102,111); }
td.TdClassName
{
border-color: #F0666F;
}
.TagClassName
{
border-color: #F0666F;
}
</style>