Shades of Froly #F26775
Tints of Froly #F26775
RGB
CMYK
RGB Variations
Color information
#F26775 (or 0xF26775) is known color: Froly. HEX triplet: F2, 67 and 75. RGB value is (242,103,117). Sum of RGB (Red+Green+Blue) = 242+103+117=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F26775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26775 is #0D988A. Grayscale: #929292. Windows color (decimal): -891019 or 7694322. OLE color: 7694322.
HSL color Cylindrical-coordinate representation of color #F26775: hue angle of 353.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26775 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 117 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.05 |
| HSL | 353.96º | 0.84% | 0.68% | - |
| HSV(B) | 353.96º | 0.57% | 0.95% | - |
| XYZ | 44.68 | 29.86 | 20.24 | - |
| YUV | 146.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 117 | 0 | 0.57 | 0.52 | 0.05 | 353.96 | 0.84 | 0.68 |
| Hex | F2 | 67 | 75 | 0 | 39 | 34 | 5 | 162 | 54 | 44 |
| Octal | 362 | 147 | 165 | 0 | 71 | 64 | 5 | 542 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1110101 | 0 | 111001 | 110100 | 101 | 101100010 | 1010100 | 1000100 |
Color Harmonies of #F26775
Complementary color
Monochromatic Colors of #F26775
Black with #F26775
Text Example
Text Example
White with #F26775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26775; }
p { color: rgb(242,103,117); }
H1.HeaderClassName
{
color: #F26775;
}
.AnyTagClassName
{
color: #F26775;
}
</style>
background-color css
<style>
a { background-color: #F26775; }
a { background-color: rgb(242,103,117); }
div.DivClassName
{
background-color: #F26775;
}
.BgClassName
{
background-color: #F26775;
}
</style>
border-color css
<style>
span { border-color: #F26775; }
span { border-color: rgb(242,103,117); }
td.TdClassName
{
border-color: #F26775;
}
.TagClassName
{
border-color: #F26775;
}
</style>