Shades of Froly #F67781
Tints of Froly #F67781
RGB
CMYK
RGB Variations
Color information
#F67781 (or 0xF67781) is known color: Froly. HEX triplet: F6, 77 and 81. RGB value is (246,119,129). Sum of RGB (Red+Green+Blue) = 246+119+129=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F67781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67781 is #09887E. Grayscale: #9E9E9E. Windows color (decimal): -624767 or 8484854. OLE color: 8484854.
HSL color Cylindrical-coordinate representation of color #F67781: hue angle of 355.28º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67781 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 129 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.04 |
| HSL | 355.28º | 0.88% | 0.72% | - |
| HSV(B) | 355.28º | 0.52% | 0.96% | - |
| XYZ | 48.57 | 34.37 | 24.84 | - |
| YUV | 158.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 129 | 0 | 0.52 | 0.48 | 0.04 | 355.28 | 0.88 | 0.72 |
| Hex | F6 | 77 | 81 | 0 | 34 | 30 | 4 | 163 | 58 | 48 |
| Octal | 366 | 167 | 201 | 0 | 64 | 60 | 4 | 543 | 130 | 110 |
| Binary | 11110110 | 1110111 | 10000001 | 0 | 110100 | 110000 | 100 | 101100011 | 1011000 | 1001000 |
Color Harmonies of #F67781
Complementary color
Monochromatic Colors of #F67781
Black with #F67781
Text Example
Text Example
White with #F67781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67781; }
p { color: rgb(246,119,129); }
H1.HeaderClassName
{
color: #F67781;
}
.AnyTagClassName
{
color: #F67781;
}
</style>
background-color css
<style>
a { background-color: #F67781; }
a { background-color: rgb(246,119,129); }
div.DivClassName
{
background-color: #F67781;
}
.BgClassName
{
background-color: #F67781;
}
</style>
border-color css
<style>
span { border-color: #F67781; }
span { border-color: rgb(246,119,129); }
td.TdClassName
{
border-color: #F67781;
}
.TagClassName
{
border-color: #F67781;
}
</style>