Shades of Froly #F87D83
Tints of Froly #F87D83
RGB
CMYK
RGB Variations
Color information
#F87D83 (or 0xF87D83) is known color: Froly. HEX triplet: F8, 7D and 83. RGB value is (248,125,131). Sum of RGB (Red+Green+Blue) = 248+125+131=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D83 is #07827C. Grayscale: #A2A2A2. Windows color (decimal): -492157 or 8617464. OLE color: 8617464.
HSL color Cylindrical-coordinate representation of color #F87D83: hue angle of 357.07º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87D83 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 131 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.03 |
| HSL | 357.07º | 0.9% | 0.73% | - |
| HSV(B) | 357.07º | 0.5% | 0.97% | - |
| XYZ | 50.14 | 36.26 | 25.83 | - |
| YUV | 162.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 131 | 0 | 0.50 | 0.47 | 0.03 | 357.07 | 0.9 | 0.73 |
| Hex | F8 | 7D | 83 | 0 | 32 | 2F | 3 | 165 | 5A | 49 |
| Octal | 370 | 175 | 203 | 0 | 62 | 57 | 3 | 545 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10000011 | 0 | 110010 | 101111 | 11 | 101100101 | 1011010 | 1001001 |
Color Harmonies of #F87D83
Complementary color
Monochromatic Colors of #F87D83
Black with #F87D83
Text Example
Text Example
White with #F87D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D83; }
p { color: rgb(248,125,131); }
H1.HeaderClassName
{
color: #F87D83;
}
.AnyTagClassName
{
color: #F87D83;
}
</style>
background-color css
<style>
a { background-color: #F87D83; }
a { background-color: rgb(248,125,131); }
div.DivClassName
{
background-color: #F87D83;
}
.BgClassName
{
background-color: #F87D83;
}
</style>
border-color css
<style>
span { border-color: #F87D83; }
span { border-color: rgb(248,125,131); }
td.TdClassName
{
border-color: #F87D83;
}
.TagClassName
{
border-color: #F87D83;
}
</style>