Html Css Color HEX #FF7D80 Froly

📋 copy color: '#FF7D80'

red 255 ◦ green 125 ◦ blue 128

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

Shades of Froly #FF7D80

Tints of Froly #FF7D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.61%

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

R = 50.2%
G = 24.61%
B = 25.2%

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

#FF7D80 (or 0xFF7D80) is known color: Froly. HEX triplet: FF, 7D and 80. RGB value is (255,125,128). Sum of RGB (Red+Green+Blue) = 255+125+128=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D80 is #00827F. Grayscale: #A4A4A4. Windows color (decimal): -33408 or 8420863. OLE color: 8420863.

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

Color convert

RGB 255 125 128 -
CMYK 0 0.51 0.50 0
HSL 358.62º 1% 0.75% -
HSV(B) 358.62º 0.51% 1% -
XYZ 52.47 37.49 24.89 -
YUV 164.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 255 125 128 0 0.51 0.50 0 358.62 1 0.75
Hex FF 7D 80 0 33 32 0 167 64 4B
Octal 377 175 200 0 63 62 0 547 144 113
Binary 11111111 1111101 10000000 0 110011 110010 0 101100111 1100100 1001011

Color Harmonies of #FF7D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D80

Black with #FF7D80

Text Example


Text Example

White with #FF7D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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