Shades of Froly #F26E7B
Tints of Froly #F26E7B
RGB
CMYK
RGB Variations
Color information
#F26E7B (or 0xF26E7B) is known color: Froly. HEX triplet: F2, 6E and 7B. RGB value is (242,110,123). Sum of RGB (Red+Green+Blue) = 242+110+123=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26E7B is #0D9184. Grayscale: #979797. Windows color (decimal): -889221 or 8089330. OLE color: 8089330.
HSL color Cylindrical-coordinate representation of color #F26E7B: hue angle of 354.09º 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 #F26E7B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 123 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.05 |
| HSL | 354.09º | 0.84% | 0.69% | - |
| HSV(B) | 354.09º | 0.55% | 0.95% | - |
| XYZ | 45.77 | 31.46 | 22.4 | - |
| YUV | 150.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 123 | 0 | 0.55 | 0.49 | 0.05 | 354.09 | 0.84 | 0.69 |
| Hex | F2 | 6E | 7B | 0 | 37 | 31 | 5 | 162 | 54 | 45 |
| Octal | 362 | 156 | 173 | 0 | 67 | 61 | 5 | 542 | 124 | 105 |
| Binary | 11110010 | 1101110 | 1111011 | 0 | 110111 | 110001 | 101 | 101100010 | 1010100 | 1000101 |
Color Harmonies of #F26E7B
Complementary color
Monochromatic Colors of #F26E7B
Black with #F26E7B
Text Example
Text Example
White with #F26E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E7B; }
p { color: rgb(242,110,123); }
H1.HeaderClassName
{
color: #F26E7B;
}
.AnyTagClassName
{
color: #F26E7B;
}
</style>
background-color css
<style>
a { background-color: #F26E7B; }
a { background-color: rgb(242,110,123); }
div.DivClassName
{
background-color: #F26E7B;
}
.BgClassName
{
background-color: #F26E7B;
}
</style>
border-color css
<style>
span { border-color: #F26E7B; }
span { border-color: rgb(242,110,123); }
td.TdClassName
{
border-color: #F26E7B;
}
.TagClassName
{
border-color: #F26E7B;
}
</style>