Shades of Froly #FF7E81
Tints of Froly #FF7E81
RGB
CMYK
RGB Variations
Color information
#FF7E81 (or 0xFF7E81) is known color: Froly. HEX triplet: FF, 7E and 81. RGB value is (255,126,129). Sum of RGB (Red+Green+Blue) = 255+126+129=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E81 is #00817E. Grayscale: #A5A5A5. Windows color (decimal): -33151 or 8486655. OLE color: 8486655.
HSL color Cylindrical-coordinate representation of color #FF7E81: hue angle of 358.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7E81 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 129 | - |
| CMYK | 0 | 0.51 | 0.49 | 0 |
| HSL | 358.6º | 1% | 0.75% | - |
| HSV(B) | 358.6º | 0.51% | 1% | - |
| XYZ | 52.66 | 37.77 | 25.28 | - |
| YUV | 164.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 129 | 0 | 0.51 | 0.49 | 0 | 358.6 | 1 | 0.75 |
| Hex | FF | 7E | 81 | 0 | 33 | 31 | 0 | 167 | 64 | 4B |
| Octal | 377 | 176 | 201 | 0 | 63 | 61 | 0 | 547 | 144 | 113 |
| Binary | 11111111 | 1111110 | 10000001 | 0 | 110011 | 110001 | 0 | 101100111 | 1100100 | 1001011 |
Color Harmonies of #FF7E81
Complementary color
Monochromatic Colors of #FF7E81
Black with #FF7E81
Text Example
Text Example
White with #FF7E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E81; }
p { color: rgb(255,126,129); }
H1.HeaderClassName
{
color: #FF7E81;
}
.AnyTagClassName
{
color: #FF7E81;
}
</style>
background-color css
<style>
a { background-color: #FF7E81; }
a { background-color: rgb(255,126,129); }
div.DivClassName
{
background-color: #FF7E81;
}
.BgClassName
{
background-color: #FF7E81;
}
</style>
border-color css
<style>
span { border-color: #FF7E81; }
span { border-color: rgb(255,126,129); }
td.TdClassName
{
border-color: #FF7E81;
}
.TagClassName
{
border-color: #FF7E81;
}
</style>