Shades of Froly #FB7D83
Tints of Froly #FB7D83
RGB
CMYK
RGB Variations
Color information
#FB7D83 (or 0xFB7D83) is known color: Froly. HEX triplet: FB, 7D and 83. RGB value is (251,125,131). Sum of RGB (Red+Green+Blue) = 251+125+131=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7D83 is #04827C. Grayscale: #A3A3A3. Windows color (decimal): -295549 or 8617467. OLE color: 8617467.
HSL color Cylindrical-coordinate representation of color #FB7D83: hue angle of 357.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7D83 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 131 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.02 |
| HSL | 357.14º | 0.94% | 0.74% | - |
| HSV(B) | 357.14º | 0.5% | 0.98% | - |
| XYZ | 51.21 | 36.82 | 25.88 | - |
| YUV | 163.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 131 | 0 | 0.50 | 0.48 | 0.02 | 357.14 | 0.94 | 0.74 |
| Hex | FB | 7D | 83 | 0 | 32 | 30 | 2 | 165 | 5E | 4A |
| Octal | 373 | 175 | 203 | 0 | 62 | 60 | 2 | 545 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10000011 | 0 | 110010 | 110000 | 10 | 101100101 | 1011110 | 1001010 |
Color Harmonies of #FB7D83
Complementary color
Monochromatic Colors of #FB7D83
Black with #FB7D83
Text Example
Text Example
White with #FB7D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D83; }
p { color: rgb(251,125,131); }
H1.HeaderClassName
{
color: #FB7D83;
}
.AnyTagClassName
{
color: #FB7D83;
}
</style>
background-color css
<style>
a { background-color: #FB7D83; }
a { background-color: rgb(251,125,131); }
div.DivClassName
{
background-color: #FB7D83;
}
.BgClassName
{
background-color: #FB7D83;
}
</style>
border-color css
<style>
span { border-color: #FB7D83; }
span { border-color: rgb(251,125,131); }
td.TdClassName
{
border-color: #FB7D83;
}
.TagClassName
{
border-color: #FB7D83;
}
</style>