Shades of Froly #F0767F
Tints of Froly #F0767F
RGB
CMYK
RGB Variations
Color information
#F0767F (or 0xF0767F) is known color: Froly. HEX triplet: F0, 76 and 7F. RGB value is (240,118,127). Sum of RGB (Red+Green+Blue) = 240+118+127=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0767F is #0F8980. Grayscale: #9B9B9B. Windows color (decimal): -1018241 or 8353520. OLE color: 8353520.
HSL color Cylindrical-coordinate representation of color #F0767F: hue angle of 355.57º 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 #F0767F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 127 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.06 |
| HSL | 355.57º | 0.8% | 0.7% | - |
| HSV(B) | 355.57º | 0.51% | 0.94% | - |
| XYZ | 46.24 | 33.01 | 24.01 | - |
| YUV | 155.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 127 | 0 | 0.51 | 0.47 | 0.06 | 355.57 | 0.8 | 0.7 |
| Hex | F0 | 76 | 7F | 0 | 33 | 2F | 6 | 164 | 50 | 46 |
| Octal | 360 | 166 | 177 | 0 | 63 | 57 | 6 | 544 | 120 | 106 |
| Binary | 11110000 | 1110110 | 1111111 | 0 | 110011 | 101111 | 110 | 101100100 | 1010000 | 1000110 |
Color Harmonies of #F0767F
Complementary color
Monochromatic Colors of #F0767F
Black with #F0767F
Text Example
Text Example
White with #F0767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0767F; }
p { color: rgb(240,118,127); }
H1.HeaderClassName
{
color: #F0767F;
}
.AnyTagClassName
{
color: #F0767F;
}
</style>
background-color css
<style>
a { background-color: #F0767F; }
a { background-color: rgb(240,118,127); }
div.DivClassName
{
background-color: #F0767F;
}
.BgClassName
{
background-color: #F0767F;
}
</style>
border-color css
<style>
span { border-color: #F0767F; }
span { border-color: rgb(240,118,127); }
td.TdClassName
{
border-color: #F0767F;
}
.TagClassName
{
border-color: #F0767F;
}
</style>