Shades of Froly #F26470
Tints of Froly #F26470
RGB
CMYK
RGB Variations
Color information
#F26470 (or 0xF26470) is known color: Froly. HEX triplet: F2, 64 and 70. RGB value is (242,100,112). Sum of RGB (Red+Green+Blue) = 242+100+112=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F26470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26470 is #0D9B8F. Grayscale: #8F8F8F. Windows color (decimal): -891792 or 7365874. OLE color: 7365874.
HSL color Cylindrical-coordinate representation of color #F26470: hue angle of 354.93º 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 #F26470 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 112 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.05 |
| HSL | 354.93º | 0.85% | 0.67% | - |
| HSV(B) | 354.93º | 0.59% | 0.95% | - |
| XYZ | 44.1 | 29.16 | 18.63 | - |
| YUV | 143.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 112 | 0 | 0.59 | 0.54 | 0.05 | 354.93 | 0.85 | 0.67 |
| Hex | F2 | 64 | 70 | 0 | 3B | 36 | 5 | 163 | 55 | 43 |
| Octal | 362 | 144 | 160 | 0 | 73 | 66 | 5 | 543 | 125 | 103 |
| Binary | 11110010 | 1100100 | 1110000 | 0 | 111011 | 110110 | 101 | 101100011 | 1010101 | 1000011 |
Color Harmonies of #F26470
Complementary color
Monochromatic Colors of #F26470
Black with #F26470
Text Example
Text Example
White with #F26470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26470; }
p { color: rgb(242,100,112); }
H1.HeaderClassName
{
color: #F26470;
}
.AnyTagClassName
{
color: #F26470;
}
</style>
background-color css
<style>
a { background-color: #F26470; }
a { background-color: rgb(242,100,112); }
div.DivClassName
{
background-color: #F26470;
}
.BgClassName
{
background-color: #F26470;
}
</style>
border-color css
<style>
span { border-color: #F26470; }
span { border-color: rgb(242,100,112); }
td.TdClassName
{
border-color: #F26470;
}
.TagClassName
{
border-color: #F26470;
}
</style>