Shades of Froly #FB7A7E
Tints of Froly #FB7A7E
RGB
CMYK
RGB Variations
Color information
#FB7A7E (or 0xFB7A7E) is known color: Froly. HEX triplet: FB, 7A and 7E. RGB value is (251,122,126). Sum of RGB (Red+Green+Blue) = 251+122+126=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A7E is #048581. Grayscale: #A1A1A1. Windows color (decimal): -296322 or 8289019. OLE color: 8289019.
HSL color Cylindrical-coordinate representation of color #FB7A7E: hue angle of 358.14º 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 #FB7A7E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 126 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.02 |
| HSL | 358.14º | 0.94% | 0.73% | - |
| HSV(B) | 358.14º | 0.51% | 0.98% | - |
| XYZ | 50.51 | 35.93 | 24.01 | - |
| YUV | 161.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 126 | 0 | 0.51 | 0.50 | 0.02 | 358.14 | 0.94 | 0.73 |
| Hex | FB | 7A | 7E | 0 | 33 | 32 | 2 | 166 | 5E | 49 |
| Octal | 373 | 172 | 176 | 0 | 63 | 62 | 2 | 546 | 136 | 111 |
| Binary | 11111011 | 1111010 | 1111110 | 0 | 110011 | 110010 | 10 | 101100110 | 1011110 | 1001001 |
Color Harmonies of #FB7A7E
Complementary color
Monochromatic Colors of #FB7A7E
Black with #FB7A7E
Text Example
Text Example
White with #FB7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A7E; }
p { color: rgb(251,122,126); }
H1.HeaderClassName
{
color: #FB7A7E;
}
.AnyTagClassName
{
color: #FB7A7E;
}
</style>
background-color css
<style>
a { background-color: #FB7A7E; }
a { background-color: rgb(251,122,126); }
div.DivClassName
{
background-color: #FB7A7E;
}
.BgClassName
{
background-color: #FB7A7E;
}
</style>
border-color css
<style>
span { border-color: #FB7A7E; }
span { border-color: rgb(251,122,126); }
td.TdClassName
{
border-color: #FB7A7E;
}
.TagClassName
{
border-color: #FB7A7E;
}
</style>