Shades of Froly #FE7C7D
Tints of Froly #FE7C7D
RGB
CMYK
RGB Variations
Color information
#FE7C7D (or 0xFE7C7D) is known color: Froly. HEX triplet: FE, 7C and 7D. RGB value is (254,124,125). Sum of RGB (Red+Green+Blue) = 254+124+125=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C7D is #018382. Grayscale: #A3A3A3. Windows color (decimal): -99203 or 8223998. OLE color: 8223998.
HSL color Cylindrical-coordinate representation of color #FE7C7D: hue angle of 359.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7C7D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 125 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.00 |
| HSL | 359.54º | 0.98% | 0.74% | - |
| HSV(B) | 359.54º | 0.51% | 1% | - |
| XYZ | 51.78 | 36.97 | 23.81 | - |
| YUV | 162.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 125 | 0 | 0.51 | 0.51 | 0.00 | 359.54 | 0.98 | 0.74 |
| Hex | FE | 7C | 7D | 0 | 33 | 33 | 0 | 168 | 62 | 4A |
| Octal | 376 | 174 | 175 | 0 | 63 | 63 | 0 | 550 | 142 | 112 |
| Binary | 11111110 | 1111100 | 1111101 | 0 | 110011 | 110011 | 0 | 101101000 | 1100010 | 1001010 |
Color Harmonies of #FE7C7D
Complementary color
Monochromatic Colors of #FE7C7D
Black with #FE7C7D
Text Example
Text Example
White with #FE7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C7D; }
p { color: rgb(254,124,125); }
H1.HeaderClassName
{
color: #FE7C7D;
}
.AnyTagClassName
{
color: #FE7C7D;
}
</style>
background-color css
<style>
a { background-color: #FE7C7D; }
a { background-color: rgb(254,124,125); }
div.DivClassName
{
background-color: #FE7C7D;
}
.BgClassName
{
background-color: #FE7C7D;
}
</style>
border-color css
<style>
span { border-color: #FE7C7D; }
span { border-color: rgb(254,124,125); }
td.TdClassName
{
border-color: #FE7C7D;
}
.TagClassName
{
border-color: #FE7C7D;
}
</style>