Shades of Froly #F27680
Tints of Froly #F27680
RGB
CMYK
RGB Variations
Color information
#F27680 (or 0xF27680) is known color: Froly. HEX triplet: F2, 76 and 80. RGB value is (242,118,128). Sum of RGB (Red+Green+Blue) = 242+118+128=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F27680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27680 is #0D897F. Grayscale: #9C9C9C. Windows color (decimal): -887168 or 8419058. OLE color: 8419058.
HSL color Cylindrical-coordinate representation of color #F27680: hue angle of 355.16º 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 #F27680 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 128 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.05 |
| HSL | 355.16º | 0.83% | 0.71% | - |
| HSV(B) | 355.16º | 0.51% | 0.95% | - |
| XYZ | 46.99 | 33.39 | 24.39 | - |
| YUV | 156.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 128 | 0 | 0.51 | 0.47 | 0.05 | 355.16 | 0.83 | 0.71 |
| Hex | F2 | 76 | 80 | 0 | 33 | 2F | 5 | 163 | 53 | 47 |
| Octal | 362 | 166 | 200 | 0 | 63 | 57 | 5 | 543 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10000000 | 0 | 110011 | 101111 | 101 | 101100011 | 1010011 | 1000111 |
Color Harmonies of #F27680
Complementary color
Monochromatic Colors of #F27680
Black with #F27680
Text Example
Text Example
White with #F27680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27680; }
p { color: rgb(242,118,128); }
H1.HeaderClassName
{
color: #F27680;
}
.AnyTagClassName
{
color: #F27680;
}
</style>
background-color css
<style>
a { background-color: #F27680; }
a { background-color: rgb(242,118,128); }
div.DivClassName
{
background-color: #F27680;
}
.BgClassName
{
background-color: #F27680;
}
</style>
border-color css
<style>
span { border-color: #F27680; }
span { border-color: rgb(242,118,128); }
td.TdClassName
{
border-color: #F27680;
}
.TagClassName
{
border-color: #F27680;
}
</style>