Shades of Froly #EF606B
Tints of Froly #EF606B
RGB
CMYK
RGB Variations
Color information
#EF606B (or 0xEF606B) is known color: Froly. HEX triplet: EF, 60 and 6B. RGB value is (239,96,107). Sum of RGB (Red+Green+Blue) = 239+96+107=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF606B is #109F94. Grayscale: #8C8C8C. Windows color (decimal): -1089429 or 7037167. OLE color: 7037167.
HSL color Cylindrical-coordinate representation of color #EF606B: hue angle of 355.38º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF606B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 107 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.06 |
| HSL | 355.38º | 0.82% | 0.66% | - |
| HSV(B) | 355.38º | 0.6% | 0.94% | - |
| XYZ | 42.43 | 27.78 | 17.04 | - |
| YUV | 140.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 107 | 0 | 0.60 | 0.55 | 0.06 | 355.38 | 0.82 | 0.66 |
| Hex | EF | 60 | 6B | 0 | 3C | 37 | 6 | 163 | 52 | 42 |
| Octal | 357 | 140 | 153 | 0 | 74 | 67 | 6 | 543 | 122 | 102 |
| Binary | 11101111 | 1100000 | 1101011 | 0 | 111100 | 110111 | 110 | 101100011 | 1010010 | 1000010 |
Color Harmonies of #EF606B
Complementary color
Monochromatic Colors of #EF606B
Black with #EF606B
Text Example
Text Example
White with #EF606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF606B; }
p { color: rgb(239,96,107); }
H1.HeaderClassName
{
color: #EF606B;
}
.AnyTagClassName
{
color: #EF606B;
}
</style>
background-color css
<style>
a { background-color: #EF606B; }
a { background-color: rgb(239,96,107); }
div.DivClassName
{
background-color: #EF606B;
}
.BgClassName
{
background-color: #EF606B;
}
</style>
border-color css
<style>
span { border-color: #EF606B; }
span { border-color: rgb(239,96,107); }
td.TdClassName
{
border-color: #EF606B;
}
.TagClassName
{
border-color: #EF606B;
}
</style>