Shades of Froly #FE7D7E
Tints of Froly #FE7D7E
RGB
CMYK
RGB Variations
Color information
#FE7D7E (or 0xFE7D7E) is known color: Froly. HEX triplet: FE, 7D and 7E. RGB value is (254,125,126). Sum of RGB (Red+Green+Blue) = 254+125+126=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D7E is #018281. Grayscale: #A3A3A3. Windows color (decimal): -98946 or 8289790. OLE color: 8289790.
HSL color Cylindrical-coordinate representation of color #FE7D7E: hue angle of 359.53º 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 #FE7D7E is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 126 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.00 |
| HSL | 359.53º | 0.98% | 0.74% | - |
| HSV(B) | 359.53º | 0.51% | 1% | - |
| XYZ | 51.97 | 37.24 | 24.19 | - |
| YUV | 163.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 126 | 0 | 0.51 | 0.50 | 0.00 | 359.53 | 0.98 | 0.74 |
| Hex | FE | 7D | 7E | 0 | 33 | 32 | 0 | 168 | 62 | 4A |
| Octal | 376 | 175 | 176 | 0 | 63 | 62 | 0 | 550 | 142 | 112 |
| Binary | 11111110 | 1111101 | 1111110 | 0 | 110011 | 110010 | 0 | 101101000 | 1100010 | 1001010 |
Color Harmonies of #FE7D7E
Complementary color
Monochromatic Colors of #FE7D7E
Black with #FE7D7E
Text Example
Text Example
White with #FE7D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D7E; }
p { color: rgb(254,125,126); }
H1.HeaderClassName
{
color: #FE7D7E;
}
.AnyTagClassName
{
color: #FE7D7E;
}
</style>
background-color css
<style>
a { background-color: #FE7D7E; }
a { background-color: rgb(254,125,126); }
div.DivClassName
{
background-color: #FE7D7E;
}
.BgClassName
{
background-color: #FE7D7E;
}
</style>
border-color css
<style>
span { border-color: #FE7D7E; }
span { border-color: rgb(254,125,126); }
td.TdClassName
{
border-color: #FE7D7E;
}
.TagClassName
{
border-color: #FE7D7E;
}
</style>