Shades of Froly #F26F74
Tints of Froly #F26F74
RGB
CMYK
RGB Variations
Color information
#F26F74 (or 0xF26F74) is known color: Froly. HEX triplet: F2, 6F and 74. RGB value is (242,111,116). Sum of RGB (Red+Green+Blue) = 242+111+116=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F74 is #0D908B. Grayscale: #969696. Windows color (decimal): -888972 or 7630834. OLE color: 7630834.
HSL color Cylindrical-coordinate representation of color #F26F74: hue angle of 357.71º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26F74 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 116 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.05 |
| HSL | 357.71º | 0.83% | 0.69% | - |
| HSV(B) | 357.71º | 0.54% | 0.95% | - |
| XYZ | 45.45 | 31.51 | 20.21 | - |
| YUV | 150.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 116 | 0 | 0.54 | 0.52 | 0.05 | 357.71 | 0.83 | 0.69 |
| Hex | F2 | 6F | 74 | 0 | 36 | 34 | 5 | 166 | 53 | 45 |
| Octal | 362 | 157 | 164 | 0 | 66 | 64 | 5 | 546 | 123 | 105 |
| Binary | 11110010 | 1101111 | 1110100 | 0 | 110110 | 110100 | 101 | 101100110 | 1010011 | 1000101 |
Color Harmonies of #F26F74
Complementary color
Monochromatic Colors of #F26F74
Black with #F26F74
Text Example
Text Example
White with #F26F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F74; }
p { color: rgb(242,111,116); }
H1.HeaderClassName
{
color: #F26F74;
}
.AnyTagClassName
{
color: #F26F74;
}
</style>
background-color css
<style>
a { background-color: #F26F74; }
a { background-color: rgb(242,111,116); }
div.DivClassName
{
background-color: #F26F74;
}
.BgClassName
{
background-color: #F26F74;
}
</style>
border-color css
<style>
span { border-color: #F26F74; }
span { border-color: rgb(242,111,116); }
td.TdClassName
{
border-color: #F26F74;
}
.TagClassName
{
border-color: #F26F74;
}
</style>