Shades of Froly #F27C83
Tints of Froly #F27C83
RGB
CMYK
RGB Variations
Color information
#F27C83 (or 0xF27C83) is known color: Froly. HEX triplet: F2, 7C and 83. RGB value is (242,124,131). Sum of RGB (Red+Green+Blue) = 242+124+131=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C83 is #0D837C. Grayscale: #A0A0A0. Windows color (decimal): -885629 or 8617202. OLE color: 8617202.
HSL color Cylindrical-coordinate representation of color #F27C83: hue angle of 356.44º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27C83 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 131 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.05 |
| HSL | 356.44º | 0.82% | 0.72% | - |
| HSV(B) | 356.44º | 0.49% | 0.95% | - |
| XYZ | 47.92 | 34.93 | 25.69 | - |
| YUV | 160.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 131 | 0 | 0.49 | 0.46 | 0.05 | 356.44 | 0.82 | 0.72 |
| Hex | F2 | 7C | 83 | 0 | 31 | 2E | 5 | 164 | 52 | 48 |
| Octal | 362 | 174 | 203 | 0 | 61 | 56 | 5 | 544 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10000011 | 0 | 110001 | 101110 | 101 | 101100100 | 1010010 | 1001000 |
Color Harmonies of #F27C83
Complementary color
Monochromatic Colors of #F27C83
Black with #F27C83
Text Example
Text Example
White with #F27C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C83; }
p { color: rgb(242,124,131); }
H1.HeaderClassName
{
color: #F27C83;
}
.AnyTagClassName
{
color: #F27C83;
}
</style>
background-color css
<style>
a { background-color: #F27C83; }
a { background-color: rgb(242,124,131); }
div.DivClassName
{
background-color: #F27C83;
}
.BgClassName
{
background-color: #F27C83;
}
</style>
border-color css
<style>
span { border-color: #F27C83; }
span { border-color: rgb(242,124,131); }
td.TdClassName
{
border-color: #F27C83;
}
.TagClassName
{
border-color: #F27C83;
}
</style>