Shades of Froly #F27E83
Tints of Froly #F27E83
RGB
CMYK
RGB Variations
Color information
#F27E83 (or 0xF27E83) is known color: Froly. HEX triplet: F2, 7E and 83. RGB value is (242,126,131). Sum of RGB (Red+Green+Blue) = 242+126+131=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27E83 is #0D817C. Grayscale: #A1A1A1. Windows color (decimal): -885117 or 8617714. OLE color: 8617714.
HSL color Cylindrical-coordinate representation of color #F27E83: hue angle of 357.41º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27E83 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 131 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.05 |
| HSL | 357.41º | 0.82% | 0.72% | - |
| HSV(B) | 357.41º | 0.48% | 0.95% | - |
| XYZ | 48.18 | 35.44 | 25.77 | - |
| YUV | 161.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 131 | 0 | 0.48 | 0.46 | 0.05 | 357.41 | 0.82 | 0.72 |
| Hex | F2 | 7E | 83 | 0 | 30 | 2E | 5 | 165 | 52 | 48 |
| Octal | 362 | 176 | 203 | 0 | 60 | 56 | 5 | 545 | 122 | 110 |
| Binary | 11110010 | 1111110 | 10000011 | 0 | 110000 | 101110 | 101 | 101100101 | 1010010 | 1001000 |
Color Harmonies of #F27E83
Complementary color
Monochromatic Colors of #F27E83
Black with #F27E83
Text Example
Text Example
White with #F27E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E83; }
p { color: rgb(242,126,131); }
H1.HeaderClassName
{
color: #F27E83;
}
.AnyTagClassName
{
color: #F27E83;
}
</style>
background-color css
<style>
a { background-color: #F27E83; }
a { background-color: rgb(242,126,131); }
div.DivClassName
{
background-color: #F27E83;
}
.BgClassName
{
background-color: #F27E83;
}
</style>
border-color css
<style>
span { border-color: #F27E83; }
span { border-color: rgb(242,126,131); }
td.TdClassName
{
border-color: #F27E83;
}
.TagClassName
{
border-color: #F27E83;
}
</style>