Shades of Froly #FB7A7B
Tints of Froly #FB7A7B
RGB
CMYK
RGB Variations
Color information
#FB7A7B (or 0xFB7A7B) is known color: Froly. HEX triplet: FB, 7A and 7B. RGB value is (251,122,123). Sum of RGB (Red+Green+Blue) = 251+122+123=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A7B is #048584. Grayscale: #A0A0A0. Windows color (decimal): -296325 or 8092411. OLE color: 8092411.
HSL color Cylindrical-coordinate representation of color #FB7A7B: hue angle of 359.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7A7B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 123 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.02 |
| HSL | 359.53º | 0.94% | 0.73% | - |
| HSV(B) | 359.53º | 0.51% | 0.98% | - |
| XYZ | 50.32 | 35.86 | 23.01 | - |
| YUV | 160.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 123 | 0 | 0.51 | 0.51 | 0.02 | 359.53 | 0.94 | 0.73 |
| Hex | FB | 7A | 7B | 0 | 33 | 33 | 2 | 168 | 5E | 49 |
| Octal | 373 | 172 | 173 | 0 | 63 | 63 | 2 | 550 | 136 | 111 |
| Binary | 11111011 | 1111010 | 1111011 | 0 | 110011 | 110011 | 10 | 101101000 | 1011110 | 1001001 |
Color Harmonies of #FB7A7B
Complementary color
Monochromatic Colors of #FB7A7B
Black with #FB7A7B
Text Example
Text Example
White with #FB7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A7B; }
p { color: rgb(251,122,123); }
H1.HeaderClassName
{
color: #FB7A7B;
}
.AnyTagClassName
{
color: #FB7A7B;
}
</style>
background-color css
<style>
a { background-color: #FB7A7B; }
a { background-color: rgb(251,122,123); }
div.DivClassName
{
background-color: #FB7A7B;
}
.BgClassName
{
background-color: #FB7A7B;
}
</style>
border-color css
<style>
span { border-color: #FB7A7B; }
span { border-color: rgb(251,122,123); }
td.TdClassName
{
border-color: #FB7A7B;
}
.TagClassName
{
border-color: #FB7A7B;
}
</style>