Html Css Color HEX #FB7271 Salmon

📋 copy color: '#FB7271'

red 251 ◦ green 114 ◦ blue 113

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

Shades of Salmon #FB7271

Tints of Salmon #FB7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.85%

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

R = 52.51%
G = 23.85%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB7271 (or 0xFB7271) is known color: Salmon. HEX triplet: FB, 72 and 71. RGB value is (251,114,113). Sum of RGB (Red+Green+Blue) = 251+114+113=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7271 is #048D8E. Grayscale: #9A9A9A. Windows color (decimal): -298383 or 7435003. OLE color: 7435003.

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

Color convert

RGB 251 114 113 -
CMYK 0 0.55 0.55 0.02
HSL 0.43º 0.95% 0.71% -
HSV(B) 0.43º 0.55% 0.98% -
XYZ 48.78 33.74 19.56 -
YUV 154.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 251 114 113 0 0.55 0.55 0.02 0.43 0.95 0.71
Hex FB 72 71 0 37 37 2 0 5F 47
Octal 373 162 161 0 67 67 2 0 137 107
Binary 11111011 1110010 1110001 0 110111 110111 10 0 1011111 1000111

Color Harmonies of #FB7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7271

Black with #FB7271

Text Example


Text Example

White with #FB7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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