Html Css Color HEX #FB7D7A Salmon

📋 copy color: '#FB7D7A'

red 251 ◦ green 125 ◦ blue 122

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

Shades of Salmon #FB7D7A

Tints of Salmon #FB7D7A

RGB

 RED value IS 251 (98.44% from 255) = 50.4%

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 50.4%
G = 25.1%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB7D7A (or 0xFB7D7A) is known color: Salmon. HEX triplet: FB, 7D and 7A. RGB value is (251,125,122). Sum of RGB (Red+Green+Blue) = 251+125+122=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D7A is #048285. Grayscale: #A2A2A2. Windows color (decimal): -295558 or 8027643. OLE color: 8027643.

HSL color Cylindrical-coordinate representation of color #FB7D7A: hue angle of 1.4º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7D7A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 122 -
CMYK 0 0.50 0.51 0.02
HSL 1.4º 0.94% 0.73% -
HSV(B) 1.4º 0.51% 0.98% -
XYZ 50.63 36.58 22.8 -
YUV 162.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 251 125 122 0 0.50 0.51 0.02 1.4 0.94 0.73
Hex FB 7D 7A 0 32 33 2 1 5E 49
Octal 373 175 172 0 62 63 2 1 136 111
Binary 11111011 1111101 1111010 0 110010 110011 10 1 1011110 1001001

Color Harmonies of #FB7D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7D7A

Black with #FB7D7A

Text Example


Text Example

White with #FB7D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7D7A; }

 p { color: rgb(251,125,122); }

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

background-color css

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

 a { background-color: rgb(251,125,122); }

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

border-color css

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

 span { border-color: rgb(251,125,122); }

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