Shades of Froly #F07A7D
Tints of Froly #F07A7D
RGB
CMYK
RGB Variations
Color information
#F07A7D (or 0xF07A7D) is known color: Froly. HEX triplet: F0, 7A and 7D. RGB value is (240,122,125). Sum of RGB (Red+Green+Blue) = 240+122+125=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A7D is #0F8582. Grayscale: #9D9D9D. Windows color (decimal): -1017219 or 8223472. OLE color: 8223472.
HSL color Cylindrical-coordinate representation of color #F07A7D: hue angle of 358.47º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07A7D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 125 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.06 |
| HSL | 358.47º | 0.8% | 0.71% | - |
| HSV(B) | 358.47º | 0.49% | 0.94% | - |
| XYZ | 46.6 | 33.93 | 23.49 | - |
| YUV | 157.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 125 | 0 | 0.49 | 0.48 | 0.06 | 358.47 | 0.8 | 0.71 |
| Hex | F0 | 7A | 7D | 0 | 31 | 30 | 6 | 166 | 50 | 47 |
| Octal | 360 | 172 | 175 | 0 | 61 | 60 | 6 | 546 | 120 | 107 |
| Binary | 11110000 | 1111010 | 1111101 | 0 | 110001 | 110000 | 110 | 101100110 | 1010000 | 1000111 |
Color Harmonies of #F07A7D
Complementary color
Monochromatic Colors of #F07A7D
Black with #F07A7D
Text Example
Text Example
White with #F07A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A7D; }
p { color: rgb(240,122,125); }
H1.HeaderClassName
{
color: #F07A7D;
}
.AnyTagClassName
{
color: #F07A7D;
}
</style>
background-color css
<style>
a { background-color: #F07A7D; }
a { background-color: rgb(240,122,125); }
div.DivClassName
{
background-color: #F07A7D;
}
.BgClassName
{
background-color: #F07A7D;
}
</style>
border-color css
<style>
span { border-color: #F07A7D; }
span { border-color: rgb(240,122,125); }
td.TdClassName
{
border-color: #F07A7D;
}
.TagClassName
{
border-color: #F07A7D;
}
</style>