Shades of Froly #FB7C7D
Tints of Froly #FB7C7D
RGB
CMYK
RGB Variations
Color information
#FB7C7D (or 0xFB7C7D) is known color: Froly. HEX triplet: FB, 7C and 7D. RGB value is (251,124,125). Sum of RGB (Red+Green+Blue) = 251+124+125=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7C7D is #048382. Grayscale: #A2A2A2. Windows color (decimal): -295811 or 8223995. OLE color: 8223995.
HSL color Cylindrical-coordinate representation of color #FB7C7D: hue angle of 359.53º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7C7D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 125 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.02 |
| HSL | 359.53º | 0.94% | 0.74% | - |
| HSV(B) | 359.53º | 0.51% | 0.98% | - |
| XYZ | 50.69 | 36.41 | 23.76 | - |
| YUV | 162.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 125 | 0 | 0.51 | 0.50 | 0.02 | 359.53 | 0.94 | 0.74 |
| Hex | FB | 7C | 7D | 0 | 33 | 32 | 2 | 168 | 5E | 4A |
| Octal | 373 | 174 | 175 | 0 | 63 | 62 | 2 | 550 | 136 | 112 |
| Binary | 11111011 | 1111100 | 1111101 | 0 | 110011 | 110010 | 10 | 101101000 | 1011110 | 1001010 |
Color Harmonies of #FB7C7D
Complementary color
Monochromatic Colors of #FB7C7D
Black with #FB7C7D
Text Example
Text Example
White with #FB7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C7D; }
p { color: rgb(251,124,125); }
H1.HeaderClassName
{
color: #FB7C7D;
}
.AnyTagClassName
{
color: #FB7C7D;
}
</style>
background-color css
<style>
a { background-color: #FB7C7D; }
a { background-color: rgb(251,124,125); }
div.DivClassName
{
background-color: #FB7C7D;
}
.BgClassName
{
background-color: #FB7C7D;
}
</style>
border-color css
<style>
span { border-color: #FB7C7D; }
span { border-color: rgb(251,124,125); }
td.TdClassName
{
border-color: #FB7C7D;
}
.TagClassName
{
border-color: #FB7C7D;
}
</style>