Shades of Froly #FF7C7D
Tints of Froly #FF7C7D
RGB
CMYK
RGB Variations
Color information
#FF7C7D (or 0xFF7C7D) is known color: Froly. HEX triplet: FF, 7C and 7D. RGB value is (255,124,125). Sum of RGB (Red+Green+Blue) = 255+124+125=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C7D is #008382. Grayscale: #A3A3A3. Windows color (decimal): -33667 or 8223999. OLE color: 8223999.
HSL color Cylindrical-coordinate representation of color #FF7C7D: hue angle of 359.54º 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 #FF7C7D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 125 | - |
| CMYK | 0 | 0.51 | 0.51 | 0 |
| HSL | 359.54º | 1% | 0.74% | - |
| HSV(B) | 359.54º | 0.51% | 1% | - |
| XYZ | 52.15 | 37.16 | 23.83 | - |
| YUV | 163.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 125 | 0 | 0.51 | 0.51 | 0 | 359.54 | 1 | 0.74 |
| Hex | FF | 7C | 7D | 0 | 33 | 33 | 0 | 168 | 64 | 4A |
| Octal | 377 | 174 | 175 | 0 | 63 | 63 | 0 | 550 | 144 | 112 |
| Binary | 11111111 | 1111100 | 1111101 | 0 | 110011 | 110011 | 0 | 101101000 | 1100100 | 1001010 |
Color Harmonies of #FF7C7D
Complementary color
Monochromatic Colors of #FF7C7D
Black with #FF7C7D
Text Example
Text Example
White with #FF7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C7D; }
p { color: rgb(255,124,125); }
H1.HeaderClassName
{
color: #FF7C7D;
}
.AnyTagClassName
{
color: #FF7C7D;
}
</style>
background-color css
<style>
a { background-color: #FF7C7D; }
a { background-color: rgb(255,124,125); }
div.DivClassName
{
background-color: #FF7C7D;
}
.BgClassName
{
background-color: #FF7C7D;
}
</style>
border-color css
<style>
span { border-color: #FF7C7D; }
span { border-color: rgb(255,124,125); }
td.TdClassName
{
border-color: #FF7C7D;
}
.TagClassName
{
border-color: #FF7C7D;
}
</style>