Shades of Froly #ED5F63
Tints of Froly #ED5F63
RGB
CMYK
RGB Variations
Color information
#ED5F63 (or 0xED5F63) is known color: Froly. HEX triplet: ED, 5F and 63. RGB value is (237,95,99). Sum of RGB (Red+Green+Blue) = 237+95+99=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5F63 is #12A09C. Grayscale: #8A8A8A. Windows color (decimal): -1220765 or 6512621. OLE color: 6512621.
HSL color Cylindrical-coordinate representation of color #ED5F63: hue angle of 358.31º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5F63 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 99 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.07 |
| HSL | 358.31º | 0.8% | 0.65% | - |
| HSV(B) | 358.31º | 0.6% | 0.93% | - |
| XYZ | 41.27 | 27.09 | 14.86 | - |
| YUV | 137.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 99 | 0 | 0.60 | 0.58 | 0.07 | 358.31 | 0.8 | 0.65 |
| Hex | ED | 5F | 63 | 0 | 3C | 3A | 7 | 166 | 50 | 41 |
| Octal | 355 | 137 | 143 | 0 | 74 | 72 | 7 | 546 | 120 | 101 |
| Binary | 11101101 | 1011111 | 1100011 | 0 | 111100 | 111010 | 111 | 101100110 | 1010000 | 1000001 |
Color Harmonies of #ED5F63
Complementary color
Monochromatic Colors of #ED5F63
Black with #ED5F63
Text Example
Text Example
White with #ED5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5F63; }
p { color: rgb(237,95,99); }
H1.HeaderClassName
{
color: #ED5F63;
}
.AnyTagClassName
{
color: #ED5F63;
}
</style>
background-color css
<style>
a { background-color: #ED5F63; }
a { background-color: rgb(237,95,99); }
div.DivClassName
{
background-color: #ED5F63;
}
.BgClassName
{
background-color: #ED5F63;
}
</style>
border-color css
<style>
span { border-color: #ED5F63; }
span { border-color: rgb(237,95,99); }
td.TdClassName
{
border-color: #ED5F63;
}
.TagClassName
{
border-color: #ED5F63;
}
</style>