Html Css Color HEX #FB7B71 Salmon

📋 copy color: '#FB7B71'

red 251 ◦ green 123 ◦ blue 113

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

Shades of Salmon #FB7B71

Tints of Salmon #FB7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.26%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 51.54%
G = 25.26%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB7B71 (or 0xFB7B71) is known color: Salmon. HEX triplet: FB, 7B and 71. RGB value is (251,123,113). Sum of RGB (Red+Green+Blue) = 251+123+113=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B71 is #04848E. Grayscale: #A0A0A0. Windows color (decimal): -296079 or 7437307. OLE color: 7437307.

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

Color convert

RGB 251 123 113 -
CMYK 0 0.51 0.55 0.02
HSL 4.35º 0.95% 0.71% -
HSV(B) 4.35º 0.55% 0.98% -
XYZ 49.85 35.87 19.92 -
YUV 160.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 251 123 113 0 0.51 0.55 0.02 4.35 0.95 0.71
Hex FB 7B 71 0 33 37 2 4 5F 47
Octal 373 173 161 0 63 67 2 4 137 107
Binary 11111011 1111011 1110001 0 110011 110111 10 100 1011111 1000111

Color Harmonies of #FB7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B71

Black with #FB7B71

Text Example


Text Example

White with #FB7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B71; }

 p { color: rgb(251,123,113); }

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

background-color css

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

 a { background-color: rgb(251,123,113); }

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

border-color css

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

 span { border-color: rgb(251,123,113); }

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