Shades of Froly #F67380
Tints of Froly #F67380
RGB
CMYK
RGB Variations
Color information
#F67380 (or 0xF67380) is known color: Froly. HEX triplet: F6, 73 and 80. RGB value is (246,115,128). Sum of RGB (Red+Green+Blue) = 246+115+128=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F67380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67380 is #098C7F. Grayscale: #9B9B9B. Windows color (decimal): -625792 or 8418294. OLE color: 8418294.
HSL color Cylindrical-coordinate representation of color #F67380: hue angle of 354.05º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67380 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 128 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.04 |
| HSL | 354.05º | 0.88% | 0.71% | - |
| HSV(B) | 354.05º | 0.53% | 0.96% | - |
| XYZ | 48.03 | 33.41 | 24.34 | - |
| YUV | 155.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 128 | 0 | 0.53 | 0.48 | 0.04 | 354.05 | 0.88 | 0.71 |
| Hex | F6 | 73 | 80 | 0 | 35 | 30 | 4 | 162 | 58 | 47 |
| Octal | 366 | 163 | 200 | 0 | 65 | 60 | 4 | 542 | 130 | 107 |
| Binary | 11110110 | 1110011 | 10000000 | 0 | 110101 | 110000 | 100 | 101100010 | 1011000 | 1000111 |
Color Harmonies of #F67380
Complementary color
Monochromatic Colors of #F67380
Black with #F67380
Text Example
Text Example
White with #F67380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67380; }
p { color: rgb(246,115,128); }
H1.HeaderClassName
{
color: #F67380;
}
.AnyTagClassName
{
color: #F67380;
}
</style>
background-color css
<style>
a { background-color: #F67380; }
a { background-color: rgb(246,115,128); }
div.DivClassName
{
background-color: #F67380;
}
.BgClassName
{
background-color: #F67380;
}
</style>
border-color css
<style>
span { border-color: #F67380; }
span { border-color: rgb(246,115,128); }
td.TdClassName
{
border-color: #F67380;
}
.TagClassName
{
border-color: #F67380;
}
</style>