Html Css Color HEX #FF7F80 Froly

📋 copy color: '#FF7F80'

red 255 ◦ green 127 ◦ blue 128

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

Shades of Froly #FF7F80

Tints of Froly #FF7F80

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

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

R = 50%
G = 24.9%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF7F80 (or 0xFF7F80) is known color: Froly. HEX triplet: FF, 7F and 80. RGB value is (255,127,128). Sum of RGB (Red+Green+Blue) = 255+127+128=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F80 is #00807F. Grayscale: #A5A5A5. Windows color (decimal): -32896 or 8421375. OLE color: 8421375.

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

Color convert

RGB 255 127 128 -
CMYK 0 0.50 0.50 0
HSL 359.53º 1% 0.75% -
HSV(B) 359.53º 0.5% 1% -
XYZ 52.73 38 24.98 -
YUV 165.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 255 127 128 0 0.50 0.50 0 359.53 1 0.75
Hex FF 7F 80 0 32 32 0 168 64 4B
Octal 377 177 200 0 62 62 0 550 144 113
Binary 11111111 1111111 10000000 0 110010 110010 0 101101000 1100100 1001011

Color Harmonies of #FF7F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F80

Black with #FF7F80

Text Example


Text Example

White with #FF7F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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