Shades of Froly #F06777
Tints of Froly #F06777
RGB
CMYK
RGB Variations
Color information
#F06777 (or 0xF06777) is known color: Froly. HEX triplet: F0, 67 and 77. RGB value is (240,103,119). Sum of RGB (Red+Green+Blue) = 240+103+119=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F06777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06777 is #0F9888. Grayscale: #919191. Windows color (decimal): -1022089 or 7825392. OLE color: 7825392.
HSL color Cylindrical-coordinate representation of color #F06777: hue angle of 352.99º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06777 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 119 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.06 |
| HSL | 352.99º | 0.82% | 0.67% | - |
| HSV(B) | 352.99º | 0.57% | 0.94% | - |
| XYZ | 44.12 | 29.56 | 20.83 | - |
| YUV | 145.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 119 | 0 | 0.57 | 0.50 | 0.06 | 352.99 | 0.82 | 0.67 |
| Hex | F0 | 67 | 77 | 0 | 39 | 32 | 6 | 161 | 52 | 43 |
| Octal | 360 | 147 | 167 | 0 | 71 | 62 | 6 | 541 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1110111 | 0 | 111001 | 110010 | 110 | 101100001 | 1010010 | 1000011 |
Color Harmonies of #F06777
Complementary color
Monochromatic Colors of #F06777
Black with #F06777
Text Example
Text Example
White with #F06777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06777; }
p { color: rgb(240,103,119); }
H1.HeaderClassName
{
color: #F06777;
}
.AnyTagClassName
{
color: #F06777;
}
</style>
background-color css
<style>
a { background-color: #F06777; }
a { background-color: rgb(240,103,119); }
div.DivClassName
{
background-color: #F06777;
}
.BgClassName
{
background-color: #F06777;
}
</style>
border-color css
<style>
span { border-color: #F06777; }
span { border-color: rgb(240,103,119); }
td.TdClassName
{
border-color: #F06777;
}
.TagClassName
{
border-color: #F06777;
}
</style>