Shades of Froly #F26C73
Tints of Froly #F26C73
RGB
CMYK
RGB Variations
Color information
#F26C73 (or 0xF26C73) is known color: Froly. HEX triplet: F2, 6C and 73. RGB value is (242,108,115). Sum of RGB (Red+Green+Blue) = 242+108+115=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C73 is #0D938C. Grayscale: #949494. Windows color (decimal): -889741 or 7564530. OLE color: 7564530.
HSL color Cylindrical-coordinate representation of color #F26C73: hue angle of 356.87º 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 #F26C73 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 115 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.05 |
| HSL | 356.87º | 0.84% | 0.69% | - |
| HSV(B) | 356.87º | 0.55% | 0.95% | - |
| XYZ | 45.08 | 30.84 | 19.8 | - |
| YUV | 148.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 115 | 0 | 0.55 | 0.52 | 0.05 | 356.87 | 0.84 | 0.69 |
| Hex | F2 | 6C | 73 | 0 | 37 | 34 | 5 | 165 | 54 | 45 |
| Octal | 362 | 154 | 163 | 0 | 67 | 64 | 5 | 545 | 124 | 105 |
| Binary | 11110010 | 1101100 | 1110011 | 0 | 110111 | 110100 | 101 | 101100101 | 1010100 | 1000101 |
Color Harmonies of #F26C73
Complementary color
Monochromatic Colors of #F26C73
Black with #F26C73
Text Example
Text Example
White with #F26C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C73; }
p { color: rgb(242,108,115); }
H1.HeaderClassName
{
color: #F26C73;
}
.AnyTagClassName
{
color: #F26C73;
}
</style>
background-color css
<style>
a { background-color: #F26C73; }
a { background-color: rgb(242,108,115); }
div.DivClassName
{
background-color: #F26C73;
}
.BgClassName
{
background-color: #F26C73;
}
</style>
border-color css
<style>
span { border-color: #F26C73; }
span { border-color: rgb(242,108,115); }
td.TdClassName
{
border-color: #F26C73;
}
.TagClassName
{
border-color: #F26C73;
}
</style>