Shades of Froly #F07482
Tints of Froly #F07482
RGB
CMYK
RGB Variations
Color information
#F07482 (or 0xF07482) is known color: Froly. HEX triplet: F0, 74 and 82. RGB value is (240,116,130). Sum of RGB (Red+Green+Blue) = 240+116+130=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F07482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07482 is #0F8B7D. Grayscale: #9A9A9A. Windows color (decimal): -1018750 or 8549616. OLE color: 8549616.
HSL color Cylindrical-coordinate representation of color #F07482: hue angle of 353.23º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07482 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 130 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.06 |
| HSL | 353.23º | 0.81% | 0.7% | - |
| HSV(B) | 353.23º | 0.52% | 0.94% | - |
| XYZ | 46.21 | 32.63 | 24.98 | - |
| YUV | 154.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 130 | 0 | 0.52 | 0.46 | 0.06 | 353.23 | 0.81 | 0.7 |
| Hex | F0 | 74 | 82 | 0 | 34 | 2E | 6 | 161 | 51 | 46 |
| Octal | 360 | 164 | 202 | 0 | 64 | 56 | 6 | 541 | 121 | 106 |
| Binary | 11110000 | 1110100 | 10000010 | 0 | 110100 | 101110 | 110 | 101100001 | 1010001 | 1000110 |
Color Harmonies of #F07482
Complementary color
Monochromatic Colors of #F07482
Black with #F07482
Text Example
Text Example
White with #F07482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07482; }
p { color: rgb(240,116,130); }
H1.HeaderClassName
{
color: #F07482;
}
.AnyTagClassName
{
color: #F07482;
}
</style>
background-color css
<style>
a { background-color: #F07482; }
a { background-color: rgb(240,116,130); }
div.DivClassName
{
background-color: #F07482;
}
.BgClassName
{
background-color: #F07482;
}
</style>
border-color css
<style>
span { border-color: #F07482; }
span { border-color: rgb(240,116,130); }
td.TdClassName
{
border-color: #F07482;
}
.TagClassName
{
border-color: #F07482;
}
</style>