Shades of Froly #F57481
Tints of Froly #F57481
RGB
CMYK
RGB Variations
Color information
#F57481 (or 0xF57481) is known color: Froly. HEX triplet: F5, 74 and 81. RGB value is (245,116,129). Sum of RGB (Red+Green+Blue) = 245+116+129=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F57481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57481 is #0A8B7E. Grayscale: #9C9C9C. Windows color (decimal): -691071 or 8484085. OLE color: 8484085.
HSL color Cylindrical-coordinate representation of color #F57481: hue angle of 353.95º degrees, saturation: 0.87, 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 #F57481 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 129 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.04 |
| HSL | 353.95º | 0.87% | 0.71% | - |
| HSV(B) | 353.95º | 0.53% | 0.96% | - |
| XYZ | 47.86 | 33.49 | 24.71 | - |
| YUV | 156.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 129 | 0 | 0.53 | 0.47 | 0.04 | 353.95 | 0.87 | 0.71 |
| Hex | F5 | 74 | 81 | 0 | 35 | 2F | 4 | 162 | 57 | 47 |
| Octal | 365 | 164 | 201 | 0 | 65 | 57 | 4 | 542 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10000001 | 0 | 110101 | 101111 | 100 | 101100010 | 1010111 | 1000111 |
Color Harmonies of #F57481
Complementary color
Monochromatic Colors of #F57481
Black with #F57481
Text Example
Text Example
White with #F57481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57481; }
p { color: rgb(245,116,129); }
H1.HeaderClassName
{
color: #F57481;
}
.AnyTagClassName
{
color: #F57481;
}
</style>
background-color css
<style>
a { background-color: #F57481; }
a { background-color: rgb(245,116,129); }
div.DivClassName
{
background-color: #F57481;
}
.BgClassName
{
background-color: #F57481;
}
</style>
border-color css
<style>
span { border-color: #F57481; }
span { border-color: rgb(245,116,129); }
td.TdClassName
{
border-color: #F57481;
}
.TagClassName
{
border-color: #F57481;
}
</style>