Shades of Froly #F25E62
Tints of Froly #F25E62
RGB
CMYK
RGB Variations
Color information
#F25E62 (or 0xF25E62) is known color: Froly. HEX triplet: F2, 5E and 62. RGB value is (242,94,98). Sum of RGB (Red+Green+Blue) = 242+94+98=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25E62 is #0DA19D. Grayscale: #8A8A8A. Windows color (decimal): -893342 or 6446834. OLE color: 6446834.
HSL color Cylindrical-coordinate representation of color #F25E62: hue angle of 358.38º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25E62 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 98 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.05 |
| HSL | 358.38º | 0.85% | 0.66% | - |
| HSV(B) | 358.38º | 0.61% | 0.95% | - |
| XYZ | 42.83 | 27.76 | 14.66 | - |
| YUV | 138.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 98 | 0 | 0.61 | 0.60 | 0.05 | 358.38 | 0.85 | 0.66 |
| Hex | F2 | 5E | 62 | 0 | 3D | 3C | 5 | 166 | 55 | 42 |
| Octal | 362 | 136 | 142 | 0 | 75 | 74 | 5 | 546 | 125 | 102 |
| Binary | 11110010 | 1011110 | 1100010 | 0 | 111101 | 111100 | 101 | 101100110 | 1010101 | 1000010 |
Color Harmonies of #F25E62
Complementary color
Monochromatic Colors of #F25E62
Black with #F25E62
Text Example
Text Example
White with #F25E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E62; }
p { color: rgb(242,94,98); }
H1.HeaderClassName
{
color: #F25E62;
}
.AnyTagClassName
{
color: #F25E62;
}
</style>
background-color css
<style>
a { background-color: #F25E62; }
a { background-color: rgb(242,94,98); }
div.DivClassName
{
background-color: #F25E62;
}
.BgClassName
{
background-color: #F25E62;
}
</style>
border-color css
<style>
span { border-color: #F25E62; }
span { border-color: rgb(242,94,98); }
td.TdClassName
{
border-color: #F25E62;
}
.TagClassName
{
border-color: #F25E62;
}
</style>