Shades of Froly #FF7F81
Tints of Froly #FF7F81
RGB
CMYK
RGB Variations
Color information
#FF7F81 (or 0xFF7F81) is known color: Froly. HEX triplet: FF, 7F and 81. RGB value is (255,127,129). Sum of RGB (Red+Green+Blue) = 255+127+129=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F81 is #00807E. Grayscale: #A5A5A5. Windows color (decimal): -32895 or 8486911. OLE color: 8486911.
HSL color Cylindrical-coordinate representation of color #FF7F81: hue angle of 359.06º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7F81 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 129 | - |
| CMYK | 0 | 0.50 | 0.49 | 0 |
| HSL | 359.06º | 1% | 0.75% | - |
| HSV(B) | 359.06º | 0.5% | 1% | - |
| XYZ | 52.79 | 38.02 | 25.33 | - |
| YUV | 165.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 129 | 0 | 0.50 | 0.49 | 0 | 359.06 | 1 | 0.75 |
| Hex | FF | 7F | 81 | 0 | 32 | 31 | 0 | 167 | 64 | 4B |
| Octal | 377 | 177 | 201 | 0 | 62 | 61 | 0 | 547 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10000001 | 0 | 110010 | 110001 | 0 | 101100111 | 1100100 | 1001011 |
Color Harmonies of #FF7F81
Complementary color
Monochromatic Colors of #FF7F81
Black with #FF7F81
Text Example
Text Example
White with #FF7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F81; }
p { color: rgb(255,127,129); }
H1.HeaderClassName
{
color: #FF7F81;
}
.AnyTagClassName
{
color: #FF7F81;
}
</style>
background-color css
<style>
a { background-color: #FF7F81; }
a { background-color: rgb(255,127,129); }
div.DivClassName
{
background-color: #FF7F81;
}
.BgClassName
{
background-color: #FF7F81;
}
</style>
border-color css
<style>
span { border-color: #FF7F81; }
span { border-color: rgb(255,127,129); }
td.TdClassName
{
border-color: #FF7F81;
}
.TagClassName
{
border-color: #FF7F81;
}
</style>