Shades of Froly #F26468
Tints of Froly #F26468
RGB
CMYK
RGB Variations
Color information
#F26468 (or 0xF26468) is known color: Froly. HEX triplet: F2, 64 and 68. RGB value is (242,100,104). Sum of RGB (Red+Green+Blue) = 242+100+104=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F26468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26468 is #0D9B97. Grayscale: #8F8F8F. Windows color (decimal): -891800 or 6841586. OLE color: 6841586.
HSL color Cylindrical-coordinate representation of color #F26468: hue angle of 358.31º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26468 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 104 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.05 |
| HSL | 358.31º | 0.85% | 0.67% | - |
| HSV(B) | 358.31º | 0.59% | 0.95% | - |
| XYZ | 43.67 | 28.99 | 16.39 | - |
| YUV | 142.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 104 | 0 | 0.59 | 0.57 | 0.05 | 358.31 | 0.85 | 0.67 |
| Hex | F2 | 64 | 68 | 0 | 3B | 39 | 5 | 166 | 55 | 43 |
| Octal | 362 | 144 | 150 | 0 | 73 | 71 | 5 | 546 | 125 | 103 |
| Binary | 11110010 | 1100100 | 1101000 | 0 | 111011 | 111001 | 101 | 101100110 | 1010101 | 1000011 |
Color Harmonies of #F26468
Complementary color
Monochromatic Colors of #F26468
Black with #F26468
Text Example
Text Example
White with #F26468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26468; }
p { color: rgb(242,100,104); }
H1.HeaderClassName
{
color: #F26468;
}
.AnyTagClassName
{
color: #F26468;
}
</style>
background-color css
<style>
a { background-color: #F26468; }
a { background-color: rgb(242,100,104); }
div.DivClassName
{
background-color: #F26468;
}
.BgClassName
{
background-color: #F26468;
}
</style>
border-color css
<style>
span { border-color: #F26468; }
span { border-color: rgb(242,100,104); }
td.TdClassName
{
border-color: #F26468;
}
.TagClassName
{
border-color: #F26468;
}
</style>