Shades of Froly #F27682
Tints of Froly #F27682
RGB
CMYK
RGB Variations
Color information
#F27682 (or 0xF27682) is known color: Froly. HEX triplet: F2, 76 and 82. RGB value is (242,118,130). Sum of RGB (Red+Green+Blue) = 242+118+130=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F27682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27682 is #0D897D. Grayscale: #9C9C9C. Windows color (decimal): -887166 or 8550130. OLE color: 8550130.
HSL color Cylindrical-coordinate representation of color #F27682: hue angle of 354.19º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27682 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 130 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.05 |
| HSL | 354.19º | 0.83% | 0.71% | - |
| HSV(B) | 354.19º | 0.51% | 0.95% | - |
| XYZ | 47.13 | 33.45 | 25.09 | - |
| YUV | 156.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 130 | 0 | 0.51 | 0.46 | 0.05 | 354.19 | 0.83 | 0.71 |
| Hex | F2 | 76 | 82 | 0 | 33 | 2E | 5 | 162 | 53 | 47 |
| Octal | 362 | 166 | 202 | 0 | 63 | 56 | 5 | 542 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10000010 | 0 | 110011 | 101110 | 101 | 101100010 | 1010011 | 1000111 |
Color Harmonies of #F27682
Complementary color
Monochromatic Colors of #F27682
Black with #F27682
Text Example
Text Example
White with #F27682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27682; }
p { color: rgb(242,118,130); }
H1.HeaderClassName
{
color: #F27682;
}
.AnyTagClassName
{
color: #F27682;
}
</style>
background-color css
<style>
a { background-color: #F27682; }
a { background-color: rgb(242,118,130); }
div.DivClassName
{
background-color: #F27682;
}
.BgClassName
{
background-color: #F27682;
}
</style>
border-color css
<style>
span { border-color: #F27682; }
span { border-color: rgb(242,118,130); }
td.TdClassName
{
border-color: #F27682;
}
.TagClassName
{
border-color: #F27682;
}
</style>