Shades of Froly #F26977
Tints of Froly #F26977
RGB
CMYK
RGB Variations
Color information
#F26977 (or 0xF26977) is known color: Froly. HEX triplet: F2, 69 and 77. RGB value is (242,105,119). Sum of RGB (Red+Green+Blue) = 242+105+119=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F26977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26977 is #0D9688. Grayscale: #939393. Windows color (decimal): -890505 or 7825906. OLE color: 7825906.
HSL color Cylindrical-coordinate representation of color #F26977: hue angle of 353.87º 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 #F26977 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 119 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.05 |
| HSL | 353.87º | 0.84% | 0.68% | - |
| HSV(B) | 353.87º | 0.57% | 0.95% | - |
| XYZ | 45 | 30.31 | 20.93 | - |
| YUV | 147.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 119 | 0 | 0.57 | 0.51 | 0.05 | 353.87 | 0.84 | 0.68 |
| Hex | F2 | 69 | 77 | 0 | 39 | 33 | 5 | 162 | 54 | 44 |
| Octal | 362 | 151 | 167 | 0 | 71 | 63 | 5 | 542 | 124 | 104 |
| Binary | 11110010 | 1101001 | 1110111 | 0 | 111001 | 110011 | 101 | 101100010 | 1010100 | 1000100 |
Color Harmonies of #F26977
Complementary color
Monochromatic Colors of #F26977
Black with #F26977
Text Example
Text Example
White with #F26977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26977; }
p { color: rgb(242,105,119); }
H1.HeaderClassName
{
color: #F26977;
}
.AnyTagClassName
{
color: #F26977;
}
</style>
background-color css
<style>
a { background-color: #F26977; }
a { background-color: rgb(242,105,119); }
div.DivClassName
{
background-color: #F26977;
}
.BgClassName
{
background-color: #F26977;
}
</style>
border-color css
<style>
span { border-color: #F26977; }
span { border-color: rgb(242,105,119); }
td.TdClassName
{
border-color: #F26977;
}
.TagClassName
{
border-color: #F26977;
}
</style>