#FF7E81

Color #FF7E81 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #FF7E81

Tints of Froly #FF7E81

Color information

#FF7E81 (or 0xFF7E81) is unknown color: approx Froly. HEX triplet: FF, 7E and 81. RGB value is (255,126,129). Sum of RGB (Red+Green+Blue) = 255+126+129=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E81 is #00817E. Grayscale: #A5A5A5. Windows color (decimal): -33151 or 8486655. OLE color: 8486655.

HSL color Cylindrical-coordinate representation of color #FF7E81: hue angle of 358.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7E81 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB255126129-
CMYK00.510.490
HSL358.6º100%74.71%-
HSV(B)358.6º50.59%100%-
XYZ52.6637.7725.28-
YUV164.91107.74192.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=50%
G=24.71%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512612900.510.490358.610074.71
HexFF7E81033310167644b
Octal377176201063610547144113
Binary111111111111110100000010110011110001010110011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E81; }

 p { color: rgb(255,126,129); }

 H1.HeaderClassName
 {
   color: #FF7E81;
 }
 .AnyTagClassName
 {
   color: #FF7E81;
 }
</style>
background-color css

<style>
 a { background-color: #FF7E81; }

 a { background-color: rgb(255,126,129); }

 div.DivClassName
 {
   background-color: #FF7E81;
 }
 .BgClassName
 {
   background-color: #FF7E81;
 }
</style>
border-color css

<style>
 span { border-color: #FF7E81; }

 span { border-color: rgb(255,126,129); }

 td.TdClassName
 {
   border-color: #FF7E81;
 }
 .TagClassName
 {
   border-color: #FF7E81;
 }
</style>