Shades of Froly #F67982
Tints of Froly #F67982
RGB
CMYK
RGB Variations
Color information
#F67982 (or 0xF67982) is known color: Froly. HEX triplet: F6, 79 and 82. RGB value is (246,121,130). Sum of RGB (Red+Green+Blue) = 246+121+130=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F67982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67982 is #09867D. Grayscale: #9F9F9F. Windows color (decimal): -624254 or 8550902. OLE color: 8550902.
HSL color Cylindrical-coordinate representation of color #F67982: hue angle of 355.68º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67982 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 130 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.04 |
| HSL | 355.68º | 0.87% | 0.72% | - |
| HSV(B) | 355.68º | 0.51% | 0.96% | - |
| XYZ | 48.87 | 34.88 | 25.28 | - |
| YUV | 159.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 130 | 0 | 0.51 | 0.47 | 0.04 | 355.68 | 0.87 | 0.72 |
| Hex | F6 | 79 | 82 | 0 | 33 | 2F | 4 | 164 | 57 | 48 |
| Octal | 366 | 171 | 202 | 0 | 63 | 57 | 4 | 544 | 127 | 110 |
| Binary | 11110110 | 1111001 | 10000010 | 0 | 110011 | 101111 | 100 | 101100100 | 1010111 | 1001000 |
Color Harmonies of #F67982
Complementary color
Monochromatic Colors of #F67982
Black with #F67982
Text Example
Text Example
White with #F67982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67982; }
p { color: rgb(246,121,130); }
H1.HeaderClassName
{
color: #F67982;
}
.AnyTagClassName
{
color: #F67982;
}
</style>
background-color css
<style>
a { background-color: #F67982; }
a { background-color: rgb(246,121,130); }
div.DivClassName
{
background-color: #F67982;
}
.BgClassName
{
background-color: #F67982;
}
</style>
border-color css
<style>
span { border-color: #F67982; }
span { border-color: rgb(246,121,130); }
td.TdClassName
{
border-color: #F67982;
}
.TagClassName
{
border-color: #F67982;
}
</style>