Shades of Froly #F17482
Tints of Froly #F17482
RGB
CMYK
RGB Variations
Color information
#F17482 (or 0xF17482) is known color: Froly. HEX triplet: F1, 74 and 82. RGB value is (241,116,130). Sum of RGB (Red+Green+Blue) = 241+116+130=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F17482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17482 is #0E8B7D. Grayscale: #9B9B9B. Windows color (decimal): -953214 or 8549617. OLE color: 8549617.
HSL color Cylindrical-coordinate representation of color #F17482: hue angle of 353.28º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17482 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 130 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.05 |
| HSL | 353.28º | 0.82% | 0.7% | - |
| HSV(B) | 353.28º | 0.52% | 0.95% | - |
| XYZ | 46.55 | 32.8 | 25 | - |
| YUV | 154.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 130 | 0 | 0.52 | 0.46 | 0.05 | 353.28 | 0.82 | 0.7 |
| Hex | F1 | 74 | 82 | 0 | 34 | 2E | 5 | 161 | 52 | 46 |
| Octal | 361 | 164 | 202 | 0 | 64 | 56 | 5 | 541 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10000010 | 0 | 110100 | 101110 | 101 | 101100001 | 1010010 | 1000110 |
Color Harmonies of #F17482
Complementary color
Monochromatic Colors of #F17482
Black with #F17482
Text Example
Text Example
White with #F17482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17482; }
p { color: rgb(241,116,130); }
H1.HeaderClassName
{
color: #F17482;
}
.AnyTagClassName
{
color: #F17482;
}
</style>
background-color css
<style>
a { background-color: #F17482; }
a { background-color: rgb(241,116,130); }
div.DivClassName
{
background-color: #F17482;
}
.BgClassName
{
background-color: #F17482;
}
</style>
border-color css
<style>
span { border-color: #F17482; }
span { border-color: rgb(241,116,130); }
td.TdClassName
{
border-color: #F17482;
}
.TagClassName
{
border-color: #F17482;
}
</style>