Shades of Froly #F6727D
Tints of Froly #F6727D
RGB
CMYK
RGB Variations
Color information
#F6727D (or 0xF6727D) is known color: Froly. HEX triplet: F6, 72 and 7D. RGB value is (246,114,125). Sum of RGB (Red+Green+Blue) = 246+114+125=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6727D is #098D82. Grayscale: #9A9A9A. Windows color (decimal): -626051 or 8221430. OLE color: 8221430.
HSL color Cylindrical-coordinate representation of color #F6727D: hue angle of 355º 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 #F6727D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 125 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.04 |
| HSL | 355º | 0.88% | 0.71% | - |
| HSV(B) | 355º | 0.54% | 0.96% | - |
| XYZ | 47.73 | 33.11 | 23.28 | - |
| YUV | 154.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 125 | 0 | 0.54 | 0.49 | 0.04 | 355 | 0.88 | 0.71 |
| Hex | F6 | 72 | 7D | 0 | 36 | 31 | 4 | 163 | 58 | 47 |
| Octal | 366 | 162 | 175 | 0 | 66 | 61 | 4 | 543 | 130 | 107 |
| Binary | 11110110 | 1110010 | 1111101 | 0 | 110110 | 110001 | 100 | 101100011 | 1011000 | 1000111 |
Color Harmonies of #F6727D
Complementary color
Monochromatic Colors of #F6727D
Black with #F6727D
Text Example
Text Example
White with #F6727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6727D; }
p { color: rgb(246,114,125); }
H1.HeaderClassName
{
color: #F6727D;
}
.AnyTagClassName
{
color: #F6727D;
}
</style>
background-color css
<style>
a { background-color: #F6727D; }
a { background-color: rgb(246,114,125); }
div.DivClassName
{
background-color: #F6727D;
}
.BgClassName
{
background-color: #F6727D;
}
</style>
border-color css
<style>
span { border-color: #F6727D; }
span { border-color: rgb(246,114,125); }
td.TdClassName
{
border-color: #F6727D;
}
.TagClassName
{
border-color: #F6727D;
}
</style>