Shades of Froly #F26573
Tints of Froly #F26573
RGB
CMYK
RGB Variations
Color information
#F26573 (or 0xF26573) is known color: Froly. HEX triplet: F2, 65 and 73. RGB value is (242,101,115). Sum of RGB (Red+Green+Blue) = 242+101+115=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26573 is #0D9A8C. Grayscale: #909090. Windows color (decimal): -891533 or 7562738. OLE color: 7562738.
HSL color Cylindrical-coordinate representation of color #F26573: hue angle of 354.04º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26573 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 115 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.05 |
| HSL | 354.04º | 0.84% | 0.67% | - |
| HSV(B) | 354.04º | 0.58% | 0.95% | - |
| XYZ | 44.37 | 29.42 | 19.56 | - |
| YUV | 144.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 115 | 0 | 0.58 | 0.52 | 0.05 | 354.04 | 0.84 | 0.67 |
| Hex | F2 | 65 | 73 | 0 | 3A | 34 | 5 | 162 | 54 | 43 |
| Octal | 362 | 145 | 163 | 0 | 72 | 64 | 5 | 542 | 124 | 103 |
| Binary | 11110010 | 1100101 | 1110011 | 0 | 111010 | 110100 | 101 | 101100010 | 1010100 | 1000011 |
Color Harmonies of #F26573
Complementary color
Monochromatic Colors of #F26573
Black with #F26573
Text Example
Text Example
White with #F26573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26573; }
p { color: rgb(242,101,115); }
H1.HeaderClassName
{
color: #F26573;
}
.AnyTagClassName
{
color: #F26573;
}
</style>
background-color css
<style>
a { background-color: #F26573; }
a { background-color: rgb(242,101,115); }
div.DivClassName
{
background-color: #F26573;
}
.BgClassName
{
background-color: #F26573;
}
</style>
border-color css
<style>
span { border-color: #F26573; }
span { border-color: rgb(242,101,115); }
td.TdClassName
{
border-color: #F26573;
}
.TagClassName
{
border-color: #F26573;
}
</style>