Shades of Froly #F0757B
Tints of Froly #F0757B
RGB
CMYK
RGB Variations
Color information
#F0757B (or 0xF0757B) is known color: Froly. HEX triplet: F0, 75 and 7B. RGB value is (240,117,123). Sum of RGB (Red+Green+Blue) = 240+117+123=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0757B is #0F8A84. Grayscale: #9A9A9A. Windows color (decimal): -1018501 or 8091120. OLE color: 8091120.
HSL color Cylindrical-coordinate representation of color #F0757B: hue angle of 357.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 #F0757B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 123 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.06 |
| HSL | 357.07º | 0.8% | 0.7% | - |
| HSV(B) | 357.07º | 0.51% | 0.94% | - |
| XYZ | 45.87 | 32.68 | 22.63 | - |
| YUV | 154.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 123 | 0 | 0.51 | 0.49 | 0.06 | 357.07 | 0.8 | 0.7 |
| Hex | F0 | 75 | 7B | 0 | 33 | 31 | 6 | 165 | 50 | 46 |
| Octal | 360 | 165 | 173 | 0 | 63 | 61 | 6 | 545 | 120 | 106 |
| Binary | 11110000 | 1110101 | 1111011 | 0 | 110011 | 110001 | 110 | 101100101 | 1010000 | 1000110 |
Color Harmonies of #F0757B
Complementary color
Monochromatic Colors of #F0757B
Black with #F0757B
Text Example
Text Example
White with #F0757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0757B; }
p { color: rgb(240,117,123); }
H1.HeaderClassName
{
color: #F0757B;
}
.AnyTagClassName
{
color: #F0757B;
}
</style>
background-color css
<style>
a { background-color: #F0757B; }
a { background-color: rgb(240,117,123); }
div.DivClassName
{
background-color: #F0757B;
}
.BgClassName
{
background-color: #F0757B;
}
</style>
border-color css
<style>
span { border-color: #F0757B; }
span { border-color: rgb(240,117,123); }
td.TdClassName
{
border-color: #F0757B;
}
.TagClassName
{
border-color: #F0757B;
}
</style>