Shades of Froly #F26C77
Tints of Froly #F26C77
RGB
CMYK
RGB Variations
Color information
#F26C77 (or 0xF26C77) is known color: Froly. HEX triplet: F2, 6C and 77. RGB value is (242,108,119). Sum of RGB (Red+Green+Blue) = 242+108+119=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C77 is #0D9388. Grayscale: #959595. Windows color (decimal): -889737 or 7826674. OLE color: 7826674.
HSL color Cylindrical-coordinate representation of color #F26C77: hue angle of 355.07º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26C77 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 119 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.05 |
| HSL | 355.07º | 0.84% | 0.69% | - |
| HSV(B) | 355.07º | 0.55% | 0.95% | - |
| XYZ | 45.31 | 30.93 | 21.04 | - |
| YUV | 149.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 119 | 0 | 0.55 | 0.51 | 0.05 | 355.07 | 0.84 | 0.69 |
| Hex | F2 | 6C | 77 | 0 | 37 | 33 | 5 | 163 | 54 | 45 |
| Octal | 362 | 154 | 167 | 0 | 67 | 63 | 5 | 543 | 124 | 105 |
| Binary | 11110010 | 1101100 | 1110111 | 0 | 110111 | 110011 | 101 | 101100011 | 1010100 | 1000101 |
Color Harmonies of #F26C77
Complementary color
Monochromatic Colors of #F26C77
Black with #F26C77
Text Example
Text Example
White with #F26C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C77; }
p { color: rgb(242,108,119); }
H1.HeaderClassName
{
color: #F26C77;
}
.AnyTagClassName
{
color: #F26C77;
}
</style>
background-color css
<style>
a { background-color: #F26C77; }
a { background-color: rgb(242,108,119); }
div.DivClassName
{
background-color: #F26C77;
}
.BgClassName
{
background-color: #F26C77;
}
</style>
border-color css
<style>
span { border-color: #F26C77; }
span { border-color: rgb(242,108,119); }
td.TdClassName
{
border-color: #F26C77;
}
.TagClassName
{
border-color: #F26C77;
}
</style>