Shades of Froly #FE7D81
Tints of Froly #FE7D81
RGB
CMYK
RGB Variations
Color information
#FE7D81 (or 0xFE7D81) is known color: Froly. HEX triplet: FE, 7D and 81. RGB value is (254,125,129). Sum of RGB (Red+Green+Blue) = 254+125+129=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D81 is #01827E. Grayscale: #A4A4A4. Windows color (decimal): -98943 or 8486398. OLE color: 8486398.
HSL color Cylindrical-coordinate representation of color #FE7D81: hue angle of 358.14º 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 #FE7D81 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 129 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.00 |
| HSL | 358.14º | 0.98% | 0.74% | - |
| HSV(B) | 358.14º | 0.51% | 1% | - |
| XYZ | 52.17 | 37.32 | 25.22 | - |
| YUV | 164.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 129 | 0 | 0.51 | 0.49 | 0.00 | 358.14 | 0.98 | 0.74 |
| Hex | FE | 7D | 81 | 0 | 33 | 31 | 0 | 166 | 62 | 4A |
| Octal | 376 | 175 | 201 | 0 | 63 | 61 | 0 | 546 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10000001 | 0 | 110011 | 110001 | 0 | 101100110 | 1100010 | 1001010 |
Color Harmonies of #FE7D81
Complementary color
Monochromatic Colors of #FE7D81
Black with #FE7D81
Text Example
Text Example
White with #FE7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D81; }
p { color: rgb(254,125,129); }
H1.HeaderClassName
{
color: #FE7D81;
}
.AnyTagClassName
{
color: #FE7D81;
}
</style>
background-color css
<style>
a { background-color: #FE7D81; }
a { background-color: rgb(254,125,129); }
div.DivClassName
{
background-color: #FE7D81;
}
.BgClassName
{
background-color: #FE7D81;
}
</style>
border-color css
<style>
span { border-color: #FE7D81; }
span { border-color: rgb(254,125,129); }
td.TdClassName
{
border-color: #FE7D81;
}
.TagClassName
{
border-color: #FE7D81;
}
</style>