Shades of Froly #F6717B
Tints of Froly #F6717B
RGB
CMYK
RGB Variations
Color information
#F6717B (or 0xF6717B) is known color: Froly. HEX triplet: F6, 71 and 7B. RGB value is (246,113,123). Sum of RGB (Red+Green+Blue) = 246+113+123=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6717B is #098E84. Grayscale: #9A9A9A. Windows color (decimal): -626309 or 8090102. OLE color: 8090102.
HSL color Cylindrical-coordinate representation of color #F6717B: hue angle of 355.49º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6717B is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 123 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.04 |
| HSL | 355.49º | 0.88% | 0.7% | - |
| HSV(B) | 355.49º | 0.54% | 0.96% | - |
| XYZ | 47.49 | 32.83 | 22.57 | - |
| YUV | 153.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 123 | 0 | 0.54 | 0.50 | 0.04 | 355.49 | 0.88 | 0.7 |
| Hex | F6 | 71 | 7B | 0 | 36 | 32 | 4 | 163 | 58 | 46 |
| Octal | 366 | 161 | 173 | 0 | 66 | 62 | 4 | 543 | 130 | 106 |
| Binary | 11110110 | 1110001 | 1111011 | 0 | 110110 | 110010 | 100 | 101100011 | 1011000 | 1000110 |
Color Harmonies of #F6717B
Complementary color
Monochromatic Colors of #F6717B
Black with #F6717B
Text Example
Text Example
White with #F6717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6717B; }
p { color: rgb(246,113,123); }
H1.HeaderClassName
{
color: #F6717B;
}
.AnyTagClassName
{
color: #F6717B;
}
</style>
background-color css
<style>
a { background-color: #F6717B; }
a { background-color: rgb(246,113,123); }
div.DivClassName
{
background-color: #F6717B;
}
.BgClassName
{
background-color: #F6717B;
}
</style>
border-color css
<style>
span { border-color: #F6717B; }
span { border-color: rgb(246,113,123); }
td.TdClassName
{
border-color: #F6717B;
}
.TagClassName
{
border-color: #F6717B;
}
</style>