Shades of Froly #FF7E7F
Tints of Froly #FF7E7F
RGB
CMYK
RGB Variations
Color information
#FF7E7F (or 0xFF7E7F) is known color: Froly. HEX triplet: FF, 7E and 7F. RGB value is (255,126,127). Sum of RGB (Red+Green+Blue) = 255+126+127=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E7F is #008180. Grayscale: #A4A4A4. Windows color (decimal): -33153 or 8355583. OLE color: 8355583.
HSL color Cylindrical-coordinate representation of color #FF7E7F: hue angle of 359.53º 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 #FF7E7F is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 127 | - |
| CMYK | 0 | 0.51 | 0.50 | 0 |
| HSL | 359.53º | 1% | 0.75% | - |
| HSV(B) | 359.53º | 0.51% | 1% | - |
| XYZ | 52.53 | 37.71 | 24.59 | - |
| YUV | 164.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 127 | 0 | 0.51 | 0.50 | 0 | 359.53 | 1 | 0.75 |
| Hex | FF | 7E | 7F | 0 | 33 | 32 | 0 | 168 | 64 | 4B |
| Octal | 377 | 176 | 177 | 0 | 63 | 62 | 0 | 550 | 144 | 113 |
| Binary | 11111111 | 1111110 | 1111111 | 0 | 110011 | 110010 | 0 | 101101000 | 1100100 | 1001011 |
Color Harmonies of #FF7E7F
Complementary color
Monochromatic Colors of #FF7E7F
Black with #FF7E7F
Text Example
Text Example
White with #FF7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E7F; }
p { color: rgb(255,126,127); }
H1.HeaderClassName
{
color: #FF7E7F;
}
.AnyTagClassName
{
color: #FF7E7F;
}
</style>
background-color css
<style>
a { background-color: #FF7E7F; }
a { background-color: rgb(255,126,127); }
div.DivClassName
{
background-color: #FF7E7F;
}
.BgClassName
{
background-color: #FF7E7F;
}
</style>
border-color css
<style>
span { border-color: #FF7E7F; }
span { border-color: rgb(255,126,127); }
td.TdClassName
{
border-color: #FF7E7F;
}
.TagClassName
{
border-color: #FF7E7F;
}
</style>