Shades of Froly #FF7C7E
Tints of Froly #FF7C7E
RGB
CMYK
RGB Variations
Color information
#FF7C7E (or 0xFF7C7E) is known color: Froly. HEX triplet: FF, 7C and 7E. RGB value is (255,124,126). Sum of RGB (Red+Green+Blue) = 255+124+126=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C7E is #008381. Grayscale: #A3A3A3. Windows color (decimal): -33666 or 8289535. OLE color: 8289535.
HSL color Cylindrical-coordinate representation of color #FF7C7E: hue angle of 359.08º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C7E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 126 | - |
| CMYK | 0 | 0.51 | 0.51 | 0 |
| HSL | 359.08º | 1% | 0.74% | - |
| HSV(B) | 359.08º | 0.51% | 1% | - |
| XYZ | 52.21 | 37.18 | 24.16 | - |
| YUV | 163.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 126 | 0 | 0.51 | 0.51 | 0 | 359.08 | 1 | 0.74 |
| Hex | FF | 7C | 7E | 0 | 33 | 33 | 0 | 167 | 64 | 4A |
| Octal | 377 | 174 | 176 | 0 | 63 | 63 | 0 | 547 | 144 | 112 |
| Binary | 11111111 | 1111100 | 1111110 | 0 | 110011 | 110011 | 0 | 101100111 | 1100100 | 1001010 |
Color Harmonies of #FF7C7E
Complementary color
Monochromatic Colors of #FF7C7E
Black with #FF7C7E
Text Example
Text Example
White with #FF7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C7E; }
p { color: rgb(255,124,126); }
H1.HeaderClassName
{
color: #FF7C7E;
}
.AnyTagClassName
{
color: #FF7C7E;
}
</style>
background-color css
<style>
a { background-color: #FF7C7E; }
a { background-color: rgb(255,124,126); }
div.DivClassName
{
background-color: #FF7C7E;
}
.BgClassName
{
background-color: #FF7C7E;
}
</style>
border-color css
<style>
span { border-color: #FF7C7E; }
span { border-color: rgb(255,124,126); }
td.TdClassName
{
border-color: #FF7C7E;
}
.TagClassName
{
border-color: #FF7C7E;
}
</style>