Shades of Froly #F27A82
Tints of Froly #F27A82
RGB
CMYK
RGB Variations
Color information
#F27A82 (or 0xF27A82) is known color: Froly. HEX triplet: F2, 7A and 82. RGB value is (242,122,130). Sum of RGB (Red+Green+Blue) = 242+122+130=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A82 is #0D857D. Grayscale: #9E9E9E. Windows color (decimal): -886142 or 8551154. OLE color: 8551154.
HSL color Cylindrical-coordinate representation of color #F27A82: hue angle of 356º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27A82 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 130 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.05 |
| HSL | 356º | 0.82% | 0.71% | - |
| HSV(B) | 356º | 0.5% | 0.95% | - |
| XYZ | 47.61 | 34.41 | 25.25 | - |
| YUV | 158.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 130 | 0 | 0.50 | 0.46 | 0.05 | 356 | 0.82 | 0.71 |
| Hex | F2 | 7A | 82 | 0 | 32 | 2E | 5 | 164 | 52 | 47 |
| Octal | 362 | 172 | 202 | 0 | 62 | 56 | 5 | 544 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10000010 | 0 | 110010 | 101110 | 101 | 101100100 | 1010010 | 1000111 |
Color Harmonies of #F27A82
Complementary color
Monochromatic Colors of #F27A82
Black with #F27A82
Text Example
Text Example
White with #F27A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A82; }
p { color: rgb(242,122,130); }
H1.HeaderClassName
{
color: #F27A82;
}
.AnyTagClassName
{
color: #F27A82;
}
</style>
background-color css
<style>
a { background-color: #F27A82; }
a { background-color: rgb(242,122,130); }
div.DivClassName
{
background-color: #F27A82;
}
.BgClassName
{
background-color: #F27A82;
}
</style>
border-color css
<style>
span { border-color: #F27A82; }
span { border-color: rgb(242,122,130); }
td.TdClassName
{
border-color: #F27A82;
}
.TagClassName
{
border-color: #F27A82;
}
</style>