Shades of Froly #F06F7F
Tints of Froly #F06F7F
RGB
CMYK
RGB Variations
Color information
#F06F7F (or 0xF06F7F) is known color: Froly. HEX triplet: F0, 6F and 7F. RGB value is (240,111,127). Sum of RGB (Red+Green+Blue) = 240+111+127=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F7F is #0F9080. Grayscale: #979797. Windows color (decimal): -1020033 or 8351728. OLE color: 8351728.
HSL color Cylindrical-coordinate representation of color #F06F7F: hue angle of 352.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F7F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 127 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.06 |
| HSL | 352.56º | 0.81% | 0.69% | - |
| HSV(B) | 352.56º | 0.54% | 0.94% | - |
| XYZ | 45.45 | 31.43 | 23.75 | - |
| YUV | 151.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 127 | 0 | 0.54 | 0.47 | 0.06 | 352.56 | 0.81 | 0.69 |
| Hex | F0 | 6F | 7F | 0 | 36 | 2F | 6 | 161 | 51 | 45 |
| Octal | 360 | 157 | 177 | 0 | 66 | 57 | 6 | 541 | 121 | 105 |
| Binary | 11110000 | 1101111 | 1111111 | 0 | 110110 | 101111 | 110 | 101100001 | 1010001 | 1000101 |
Color Harmonies of #F06F7F
Complementary color
Monochromatic Colors of #F06F7F
Black with #F06F7F
Text Example
Text Example
White with #F06F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F7F; }
p { color: rgb(240,111,127); }
H1.HeaderClassName
{
color: #F06F7F;
}
.AnyTagClassName
{
color: #F06F7F;
}
</style>
background-color css
<style>
a { background-color: #F06F7F; }
a { background-color: rgb(240,111,127); }
div.DivClassName
{
background-color: #F06F7F;
}
.BgClassName
{
background-color: #F06F7F;
}
</style>
border-color css
<style>
span { border-color: #F06F7F; }
span { border-color: rgb(240,111,127); }
td.TdClassName
{
border-color: #F06F7F;
}
.TagClassName
{
border-color: #F06F7F;
}
</style>