Shades of Froly #F07682
Tints of Froly #F07682
RGB
CMYK
RGB Variations
Color information
#F07682 (or 0xF07682) is known color: Froly. HEX triplet: F0, 76 and 82. RGB value is (240,118,130). Sum of RGB (Red+Green+Blue) = 240+118+130=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07682 is #0F897D. Grayscale: #9B9B9B. Windows color (decimal): -1018238 or 8550128. OLE color: 8550128.
HSL color Cylindrical-coordinate representation of color #F07682: hue angle of 354.1º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07682 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 130 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.06 |
| HSL | 354.1º | 0.8% | 0.7% | - |
| HSV(B) | 354.1º | 0.51% | 0.94% | - |
| XYZ | 46.44 | 33.09 | 25.06 | - |
| YUV | 155.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 130 | 0 | 0.51 | 0.46 | 0.06 | 354.1 | 0.8 | 0.7 |
| Hex | F0 | 76 | 82 | 0 | 33 | 2E | 6 | 162 | 50 | 46 |
| Octal | 360 | 166 | 202 | 0 | 63 | 56 | 6 | 542 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10000010 | 0 | 110011 | 101110 | 110 | 101100010 | 1010000 | 1000110 |
Color Harmonies of #F07682
Complementary color
Monochromatic Colors of #F07682
Black with #F07682
Text Example
Text Example
White with #F07682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07682; }
p { color: rgb(240,118,130); }
H1.HeaderClassName
{
color: #F07682;
}
.AnyTagClassName
{
color: #F07682;
}
</style>
background-color css
<style>
a { background-color: #F07682; }
a { background-color: rgb(240,118,130); }
div.DivClassName
{
background-color: #F07682;
}
.BgClassName
{
background-color: #F07682;
}
</style>
border-color css
<style>
span { border-color: #F07682; }
span { border-color: rgb(240,118,130); }
td.TdClassName
{
border-color: #F07682;
}
.TagClassName
{
border-color: #F07682;
}
</style>