Shades of Froly #FF7B7E
Tints of Froly #FF7B7E
RGB
CMYK
RGB Variations
Color information
#FF7B7E (or 0xFF7B7E) is known color: Froly. HEX triplet: FF, 7B and 7E. RGB value is (255,123,126). Sum of RGB (Red+Green+Blue) = 255+123+126=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B7E is #008481. Grayscale: #A2A2A2. Windows color (decimal): -33922 or 8289279. OLE color: 8289279.
HSL color Cylindrical-coordinate representation of color #FF7B7E: hue angle of 358.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B7E is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 126 | - |
| CMYK | 0 | 0.52 | 0.51 | 0 |
| HSL | 358.64º | 1% | 0.74% | - |
| HSV(B) | 358.64º | 0.52% | 1% | - |
| XYZ | 52.09 | 36.93 | 24.12 | - |
| YUV | 162.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 126 | 0 | 0.52 | 0.51 | 0 | 358.64 | 1 | 0.74 |
| Hex | FF | 7B | 7E | 0 | 34 | 33 | 0 | 167 | 64 | 4A |
| Octal | 377 | 173 | 176 | 0 | 64 | 63 | 0 | 547 | 144 | 112 |
| Binary | 11111111 | 1111011 | 1111110 | 0 | 110100 | 110011 | 0 | 101100111 | 1100100 | 1001010 |
Color Harmonies of #FF7B7E
Complementary color
Monochromatic Colors of #FF7B7E
Black with #FF7B7E
Text Example
Text Example
White with #FF7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B7E; }
p { color: rgb(255,123,126); }
H1.HeaderClassName
{
color: #FF7B7E;
}
.AnyTagClassName
{
color: #FF7B7E;
}
</style>
background-color css
<style>
a { background-color: #FF7B7E; }
a { background-color: rgb(255,123,126); }
div.DivClassName
{
background-color: #FF7B7E;
}
.BgClassName
{
background-color: #FF7B7E;
}
</style>
border-color css
<style>
span { border-color: #FF7B7E; }
span { border-color: rgb(255,123,126); }
td.TdClassName
{
border-color: #FF7B7E;
}
.TagClassName
{
border-color: #FF7B7E;
}
</style>