Shades of Froly #F67677
Tints of Froly #F67677
RGB
CMYK
RGB Variations
Color information
#F67677 (or 0xF67677) is known color: Froly. HEX triplet: F6, 76 and 77. RGB value is (246,118,119). Sum of RGB (Red+Green+Blue) = 246+118+119=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F67677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67677 is #098988. Grayscale: #9C9C9C. Windows color (decimal): -625033 or 7829238. OLE color: 7829238.
HSL color Cylindrical-coordinate representation of color #F67677: hue angle of 359.53º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67677 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 118 | 119 | - |
CMYK | 0 | 0.52 | 0.52 | 0.04 |
HSL | 359.53º | 0.88% | 0.71% | - |
HSV(B) | 359.53º | 0.52% | 0.96% | - |
XYZ | 47.81 | 33.88 | 21.47 | - |
YUV | 156.39 | 106.91 | 191.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 118 | 119 | 0 | 0.52 | 0.52 | 0.04 | 359.53 | 0.88 | 0.71 |
Hex | F6 | 76 | 77 | 0 | 34 | 34 | 4 | 168 | 58 | 47 |
Octal | 366 | 166 | 167 | 0 | 64 | 64 | 4 | 550 | 130 | 107 |
Binary | 11110110 | 1110110 | 1110111 | 0 | 110100 | 110100 | 100 | 101101000 | 1011000 | 1000111 |
Color Harmonies of #F67677
Complementary color
Monochromatic Colors of #F67677
Black with #F67677
Text Example
Text Example
White with #F67677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67677; }
p { color: rgb(246,118,119); }
H1.HeaderClassName
{
color: #F67677;
}
.AnyTagClassName
{
color: #F67677;
}
</style>
background-color css
<style>
a { background-color: #F67677; }
a { background-color: rgb(246,118,119); }
div.DivClassName
{
background-color: #F67677;
}
.BgClassName
{
background-color: #F67677;
}
</style>
border-color css
<style>
span { border-color: #F67677; }
span { border-color: rgb(246,118,119); }
td.TdClassName
{
border-color: #F67677;
}
.TagClassName
{
border-color: #F67677;
}
</style>