Shades of Froly #FE7F81
Tints of Froly #FE7F81
RGB
CMYK
RGB Variations
Color information
#FE7F81 (or 0xFE7F81) is known color: Froly. HEX triplet: FE, 7F and 81. RGB value is (254,127,129). Sum of RGB (Red+Green+Blue) = 254+127+129=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F81 is #01807E. Grayscale: #A5A5A5. Windows color (decimal): -98431 or 8486910. OLE color: 8486910.
HSL color Cylindrical-coordinate representation of color #FE7F81: hue angle of 359.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7F81 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 129 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.00 |
| HSL | 359.06º | 0.98% | 0.75% | - |
| HSV(B) | 359.06º | 0.5% | 1% | - |
| XYZ | 52.42 | 37.83 | 25.31 | - |
| YUV | 165.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 129 | 0 | 0.50 | 0.49 | 0.00 | 359.06 | 0.98 | 0.75 |
| Hex | FE | 7F | 81 | 0 | 32 | 31 | 0 | 167 | 62 | 4B |
| Octal | 376 | 177 | 201 | 0 | 62 | 61 | 0 | 547 | 142 | 113 |
| Binary | 11111110 | 1111111 | 10000001 | 0 | 110010 | 110001 | 0 | 101100111 | 1100010 | 1001011 |
Color Harmonies of #FE7F81
Complementary color
Monochromatic Colors of #FE7F81
Black with #FE7F81
Text Example
Text Example
White with #FE7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F81; }
p { color: rgb(254,127,129); }
H1.HeaderClassName
{
color: #FE7F81;
}
.AnyTagClassName
{
color: #FE7F81;
}
</style>
background-color css
<style>
a { background-color: #FE7F81; }
a { background-color: rgb(254,127,129); }
div.DivClassName
{
background-color: #FE7F81;
}
.BgClassName
{
background-color: #FE7F81;
}
</style>
border-color css
<style>
span { border-color: #FE7F81; }
span { border-color: rgb(254,127,129); }
td.TdClassName
{
border-color: #FE7F81;
}
.TagClassName
{
border-color: #FE7F81;
}
</style>