Shades of Froly #F07781
Tints of Froly #F07781
RGB
CMYK
RGB Variations
Color information
#F07781 (or 0xF07781) is known color: Froly. HEX triplet: F0, 77 and 81. RGB value is (240,119,129). Sum of RGB (Red+Green+Blue) = 240+119+129=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07781 is #0F887E. Grayscale: #9C9C9C. Windows color (decimal): -1017983 or 8484848. OLE color: 8484848.
HSL color Cylindrical-coordinate representation of color #F07781: hue angle of 355.04º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07781 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 129 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.06 |
| HSL | 355.04º | 0.8% | 0.7% | - |
| HSV(B) | 355.04º | 0.5% | 0.94% | - |
| XYZ | 46.49 | 33.3 | 24.75 | - |
| YUV | 156.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 129 | 0 | 0.50 | 0.46 | 0.06 | 355.04 | 0.8 | 0.7 |
| Hex | F0 | 77 | 81 | 0 | 32 | 2E | 6 | 163 | 50 | 46 |
| Octal | 360 | 167 | 201 | 0 | 62 | 56 | 6 | 543 | 120 | 106 |
| Binary | 11110000 | 1110111 | 10000001 | 0 | 110010 | 101110 | 110 | 101100011 | 1010000 | 1000110 |
Color Harmonies of #F07781
Complementary color
Monochromatic Colors of #F07781
Black with #F07781
Text Example
Text Example
White with #F07781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07781; }
p { color: rgb(240,119,129); }
H1.HeaderClassName
{
color: #F07781;
}
.AnyTagClassName
{
color: #F07781;
}
</style>
background-color css
<style>
a { background-color: #F07781; }
a { background-color: rgb(240,119,129); }
div.DivClassName
{
background-color: #F07781;
}
.BgClassName
{
background-color: #F07781;
}
</style>
border-color css
<style>
span { border-color: #F07781; }
span { border-color: rgb(240,119,129); }
td.TdClassName
{
border-color: #F07781;
}
.TagClassName
{
border-color: #F07781;
}
</style>