Shades of Froly #F0767E
Tints of Froly #F0767E
RGB
CMYK
RGB Variations
Color information
#F0767E (or 0xF0767E) is known color: Froly. HEX triplet: F0, 76 and 7E. RGB value is (240,118,126). Sum of RGB (Red+Green+Blue) = 240+118+126=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0767E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0767E is #0F8981. Grayscale: #9B9B9B. Windows color (decimal): -1018242 or 8287984. OLE color: 8287984.
HSL color Cylindrical-coordinate representation of color #F0767E: hue angle of 356.07º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0767E is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 126 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.06 |
| HSL | 356.07º | 0.8% | 0.7% | - |
| HSV(B) | 356.07º | 0.51% | 0.94% | - |
| XYZ | 46.18 | 32.99 | 23.67 | - |
| YUV | 155.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 126 | 0 | 0.51 | 0.48 | 0.06 | 356.07 | 0.8 | 0.7 |
| Hex | F0 | 76 | 7E | 0 | 33 | 30 | 6 | 164 | 50 | 46 |
| Octal | 360 | 166 | 176 | 0 | 63 | 60 | 6 | 544 | 120 | 106 |
| Binary | 11110000 | 1110110 | 1111110 | 0 | 110011 | 110000 | 110 | 101100100 | 1010000 | 1000110 |
Color Harmonies of #F0767E
Complementary color
Monochromatic Colors of #F0767E
Black with #F0767E
Text Example
Text Example
White with #F0767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0767E; }
p { color: rgb(240,118,126); }
H1.HeaderClassName
{
color: #F0767E;
}
.AnyTagClassName
{
color: #F0767E;
}
</style>
background-color css
<style>
a { background-color: #F0767E; }
a { background-color: rgb(240,118,126); }
div.DivClassName
{
background-color: #F0767E;
}
.BgClassName
{
background-color: #F0767E;
}
</style>
border-color css
<style>
span { border-color: #F0767E; }
span { border-color: rgb(240,118,126); }
td.TdClassName
{
border-color: #F0767E;
}
.TagClassName
{
border-color: #F0767E;
}
</style>