Shades of Froly #F6727B
Tints of Froly #F6727B
RGB
CMYK
RGB Variations
Color information
#F6727B (or 0xF6727B) is known color: Froly. HEX triplet: F6, 72 and 7B. RGB value is (246,114,123). Sum of RGB (Red+Green+Blue) = 246+114+123=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6727B is #098D84. Grayscale: #9A9A9A. Windows color (decimal): -626053 or 8090358. OLE color: 8090358.
HSL color Cylindrical-coordinate representation of color #F6727B: hue angle of 355.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6727B is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 123 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.04 |
| HSL | 355.91º | 0.88% | 0.71% | - |
| HSV(B) | 355.91º | 0.54% | 0.96% | - |
| XYZ | 47.6 | 33.06 | 22.61 | - |
| YUV | 154.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 123 | 0 | 0.54 | 0.50 | 0.04 | 355.91 | 0.88 | 0.71 |
| Hex | F6 | 72 | 7B | 0 | 36 | 32 | 4 | 164 | 58 | 47 |
| Octal | 366 | 162 | 173 | 0 | 66 | 62 | 4 | 544 | 130 | 107 |
| Binary | 11110110 | 1110010 | 1111011 | 0 | 110110 | 110010 | 100 | 101100100 | 1011000 | 1000111 |
Color Harmonies of #F6727B
Complementary color
Monochromatic Colors of #F6727B
Black with #F6727B
Text Example
Text Example
White with #F6727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6727B; }
p { color: rgb(246,114,123); }
H1.HeaderClassName
{
color: #F6727B;
}
.AnyTagClassName
{
color: #F6727B;
}
</style>
background-color css
<style>
a { background-color: #F6727B; }
a { background-color: rgb(246,114,123); }
div.DivClassName
{
background-color: #F6727B;
}
.BgClassName
{
background-color: #F6727B;
}
</style>
border-color css
<style>
span { border-color: #F6727B; }
span { border-color: rgb(246,114,123); }
td.TdClassName
{
border-color: #F6727B;
}
.TagClassName
{
border-color: #F6727B;
}
</style>