Shades of Froly #F26C76
Tints of Froly #F26C76
RGB
CMYK
RGB Variations
Color information
#F26C76 (or 0xF26C76) is known color: Froly. HEX triplet: F2, 6C and 76. RGB value is (242,108,118). Sum of RGB (Red+Green+Blue) = 242+108+118=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C76 is #0D9389. Grayscale: #959595. Windows color (decimal): -889738 or 7761138. OLE color: 7761138.
HSL color Cylindrical-coordinate representation of color #F26C76: hue angle of 355.52º 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 #F26C76 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 118 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.05 |
| HSL | 355.52º | 0.84% | 0.69% | - |
| HSV(B) | 355.52º | 0.55% | 0.95% | - |
| XYZ | 45.25 | 30.91 | 20.72 | - |
| YUV | 149.21 | 110.39 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 118 | 0 | 0.55 | 0.51 | 0.05 | 355.52 | 0.84 | 0.69 |
| Hex | F2 | 6C | 76 | 0 | 37 | 33 | 5 | 164 | 54 | 45 |
| Octal | 362 | 154 | 166 | 0 | 67 | 63 | 5 | 544 | 124 | 105 |
| Binary | 11110010 | 1101100 | 1110110 | 0 | 110111 | 110011 | 101 | 101100100 | 1010100 | 1000101 |
Color Harmonies of #F26C76
Complementary color
Monochromatic Colors of #F26C76
Black with #F26C76
Text Example
Text Example
White with #F26C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C76; }
p { color: rgb(242,108,118); }
H1.HeaderClassName
{
color: #F26C76;
}
.AnyTagClassName
{
color: #F26C76;
}
</style>
background-color css
<style>
a { background-color: #F26C76; }
a { background-color: rgb(242,108,118); }
div.DivClassName
{
background-color: #F26C76;
}
.BgClassName
{
background-color: #F26C76;
}
</style>
border-color css
<style>
span { border-color: #F26C76; }
span { border-color: rgb(242,108,118); }
td.TdClassName
{
border-color: #F26C76;
}
.TagClassName
{
border-color: #F26C76;
}
</style>