Html Css Color HEX #FF7F79 Salmon

📋 copy color: '#FF7F79'

red 255 ◦ green 127 ◦ blue 121

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

Shades of Salmon #FF7F79

Tints of Salmon #FF7F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 50.7%
G = 25.25%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF7F79 (or 0xFF7F79) is known color: Salmon. HEX triplet: FF, 7F and 79. RGB value is (255,127,121). Sum of RGB (Red+Green+Blue) = 255+127+121=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F79 is #008086. Grayscale: #A4A4A4. Windows color (decimal): -32903 or 7962623. OLE color: 7962623.

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

Color convert

RGB 255 127 121 -
CMYK 0 0.50 0.53 0
HSL 2.69º 1% 0.74% -
HSV(B) 2.69º 0.53% 1% -
XYZ 52.28 37.82 22.63 -
YUV 164.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 255 127 121 0 0.50 0.53 0 2.69 1 0.74
Hex FF 7F 79 0 32 35 0 3 64 4A
Octal 377 177 171 0 62 65 0 3 144 112
Binary 11111111 1111111 1111001 0 110010 110101 0 11 1100100 1001010

Color Harmonies of #FF7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F79

Black with #FF7F79

Text Example


Text Example

White with #FF7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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