Html Css Color HEX #FF7E80 Froly

📋 copy color: '#FF7E80'

red 255 ◦ green 126 ◦ blue 128

#FF7E80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #FF7E80

Tints of Froly #FF7E80

RGB

 RED value IS 255 (100% from 255) = 50.1%

 GREEN value IS 126 (49.61% from 255) = 24.75%

 BLUE value IS 128 (50.39% from 255) = 25.15%

R = 50.1%
G = 24.75%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF7E80 (or 0xFF7E80) is known color: Froly. HEX triplet: FF, 7E and 80. RGB value is (255,126,128). Sum of RGB (Red+Green+Blue) = 255+126+128=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E80 is #00817F. Grayscale: #A4A4A4. Windows color (decimal): -33152 or 8421119. OLE color: 8421119.

HSL color Cylindrical-coordinate representation of color #FF7E80: hue angle of 359.07º 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 #FF7E80 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 128 -
CMYK 0 0.51 0.50 0
HSL 359.07º 1% 0.75% -
HSV(B) 359.07º 0.51% 1% -
XYZ 52.6 37.74 24.93 -
YUV 164.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 255 126 128 0 0.51 0.50 0 359.07 1 0.75
Hex FF 7E 80 0 33 32 0 167 64 4B
Octal 377 176 200 0 63 62 0 547 144 113
Binary 11111111 1111110 10000000 0 110011 110010 0 101100111 1100100 1001011

Color Harmonies of #FF7E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E80

Black with #FF7E80

Text Example


Text Example

White with #FF7E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E80; }

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

 H1.HeaderClassName
 {
   color: #FF7E80;
 }
 .AnyTagClassName
 {
   color: #FF7E80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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