Shades of Froly #F26E7D
Tints of Froly #F26E7D
RGB
CMYK
RGB Variations
Color information
#F26E7D (or 0xF26E7D) is known color: Froly. HEX triplet: F2, 6E and 7D. RGB value is (242,110,125). Sum of RGB (Red+Green+Blue) = 242+110+125=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26E7D is #0D9182. Grayscale: #979797. Windows color (decimal): -889219 or 8220402. OLE color: 8220402.
HSL color Cylindrical-coordinate representation of color #F26E7D: hue angle of 353.18º 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 #F26E7D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 125 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.05 |
| HSL | 353.18º | 0.84% | 0.69% | - |
| HSV(B) | 353.18º | 0.55% | 0.95% | - |
| XYZ | 45.9 | 31.51 | 23.07 | - |
| YUV | 151.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 125 | 0 | 0.55 | 0.48 | 0.05 | 353.18 | 0.84 | 0.69 |
| Hex | F2 | 6E | 7D | 0 | 37 | 30 | 5 | 161 | 54 | 45 |
| Octal | 362 | 156 | 175 | 0 | 67 | 60 | 5 | 541 | 124 | 105 |
| Binary | 11110010 | 1101110 | 1111101 | 0 | 110111 | 110000 | 101 | 101100001 | 1010100 | 1000101 |
Color Harmonies of #F26E7D
Complementary color
Monochromatic Colors of #F26E7D
Black with #F26E7D
Text Example
Text Example
White with #F26E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E7D; }
p { color: rgb(242,110,125); }
H1.HeaderClassName
{
color: #F26E7D;
}
.AnyTagClassName
{
color: #F26E7D;
}
</style>
background-color css
<style>
a { background-color: #F26E7D; }
a { background-color: rgb(242,110,125); }
div.DivClassName
{
background-color: #F26E7D;
}
.BgClassName
{
background-color: #F26E7D;
}
</style>
border-color css
<style>
span { border-color: #F26E7D; }
span { border-color: rgb(242,110,125); }
td.TdClassName
{
border-color: #F26E7D;
}
.TagClassName
{
border-color: #F26E7D;
}
</style>