Shades of Froly #F06F78
Tints of Froly #F06F78
RGB
CMYK
RGB Variations
Color information
#F06F78 (or 0xF06F78) is known color: Froly. HEX triplet: F0, 6F and 78. RGB value is (240,111,120). Sum of RGB (Red+Green+Blue) = 240+111+120=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F78 is #0F9087. Grayscale: #969696. Windows color (decimal): -1020040 or 7892976. OLE color: 7892976.
HSL color Cylindrical-coordinate representation of color #F06F78: hue angle of 355.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F78 is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 120 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.06 |
| HSL | 355.81º | 0.81% | 0.69% | - |
| HSV(B) | 355.81º | 0.54% | 0.94% | - |
| XYZ | 45.01 | 31.25 | 21.43 | - |
| YUV | 150.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 120 | 0 | 0.54 | 0.5 | 0.06 | 355.81 | 0.81 | 0.69 |
| Hex | F0 | 6F | 78 | 0 | 36 | 32 | 6 | 164 | 51 | 45 |
| Octal | 360 | 157 | 170 | 0 | 66 | 62 | 6 | 544 | 121 | 105 |
| Binary | 11110000 | 1101111 | 1111000 | 0 | 110110 | 110010 | 110 | 101100100 | 1010001 | 1000101 |
Color Harmonies of #F06F78
Complementary color
Monochromatic Colors of #F06F78
Black with #F06F78
Text Example
Text Example
White with #F06F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F78; }
p { color: rgb(240,111,120); }
H1.HeaderClassName
{
color: #F06F78;
}
.AnyTagClassName
{
color: #F06F78;
}
</style>
background-color css
<style>
a { background-color: #F06F78; }
a { background-color: rgb(240,111,120); }
div.DivClassName
{
background-color: #F06F78;
}
.BgClassName
{
background-color: #F06F78;
}
</style>
border-color css
<style>
span { border-color: #F06F78; }
span { border-color: rgb(240,111,120); }
td.TdClassName
{
border-color: #F06F78;
}
.TagClassName
{
border-color: #F06F78;
}
</style>