Shades of Froly #F26068
Tints of Froly #F26068
RGB
CMYK
RGB Variations
Color information
#F26068 (or 0xF26068) is known color: Froly. HEX triplet: F2, 60 and 68. RGB value is (242,96,104). Sum of RGB (Red+Green+Blue) = 242+96+104=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F26068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26068 is #0D9F97. Grayscale: #8C8C8C. Windows color (decimal): -892824 or 6840562. OLE color: 6840562.
HSL color Cylindrical-coordinate representation of color #F26068: hue angle of 356.71º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26068 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 104 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.05 |
| HSL | 356.71º | 0.85% | 0.66% | - |
| HSV(B) | 356.71º | 0.6% | 0.95% | - |
| XYZ | 43.3 | 28.24 | 16.27 | - |
| YUV | 140.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 104 | 0 | 0.60 | 0.57 | 0.05 | 356.71 | 0.85 | 0.66 |
| Hex | F2 | 60 | 68 | 0 | 3C | 39 | 5 | 165 | 55 | 42 |
| Octal | 362 | 140 | 150 | 0 | 74 | 71 | 5 | 545 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1101000 | 0 | 111100 | 111001 | 101 | 101100101 | 1010101 | 1000010 |
Color Harmonies of #F26068
Complementary color
Monochromatic Colors of #F26068
Black with #F26068
Text Example
Text Example
White with #F26068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26068; }
p { color: rgb(242,96,104); }
H1.HeaderClassName
{
color: #F26068;
}
.AnyTagClassName
{
color: #F26068;
}
</style>
background-color css
<style>
a { background-color: #F26068; }
a { background-color: rgb(242,96,104); }
div.DivClassName
{
background-color: #F26068;
}
.BgClassName
{
background-color: #F26068;
}
</style>
border-color css
<style>
span { border-color: #F26068; }
span { border-color: rgb(242,96,104); }
td.TdClassName
{
border-color: #F26068;
}
.TagClassName
{
border-color: #F26068;
}
</style>