Shades of Froly #F0707B
Tints of Froly #F0707B
RGB
CMYK
RGB Variations
Color information
#F0707B (or 0xF0707B) is known color: Froly. HEX triplet: F0, 70 and 7B. RGB value is (240,112,123). Sum of RGB (Red+Green+Blue) = 240+112+123=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0707B is #0F8F84. Grayscale: #979797. Windows color (decimal): -1019781 or 8089840. OLE color: 8089840.
HSL color Cylindrical-coordinate representation of color #F0707B: hue angle of 354.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0707B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 123 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.06 |
| HSL | 354.84º | 0.81% | 0.69% | - |
| HSV(B) | 354.84º | 0.53% | 0.94% | - |
| XYZ | 45.3 | 31.54 | 22.44 | - |
| YUV | 151.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 123 | 0 | 0.53 | 0.49 | 0.06 | 354.84 | 0.81 | 0.69 |
| Hex | F0 | 70 | 7B | 0 | 35 | 31 | 6 | 163 | 51 | 45 |
| Octal | 360 | 160 | 173 | 0 | 65 | 61 | 6 | 543 | 121 | 105 |
| Binary | 11110000 | 1110000 | 1111011 | 0 | 110101 | 110001 | 110 | 101100011 | 1010001 | 1000101 |
Color Harmonies of #F0707B
Complementary color
Monochromatic Colors of #F0707B
Black with #F0707B
Text Example
Text Example
White with #F0707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0707B; }
p { color: rgb(240,112,123); }
H1.HeaderClassName
{
color: #F0707B;
}
.AnyTagClassName
{
color: #F0707B;
}
</style>
background-color css
<style>
a { background-color: #F0707B; }
a { background-color: rgb(240,112,123); }
div.DivClassName
{
background-color: #F0707B;
}
.BgClassName
{
background-color: #F0707B;
}
</style>
border-color css
<style>
span { border-color: #F0707B; }
span { border-color: rgb(240,112,123); }
td.TdClassName
{
border-color: #F0707B;
}
.TagClassName
{
border-color: #F0707B;
}
</style>