Html Css Color HEX #FB7170 Salmon

📋 copy color: '#FB7170'

red 251 ◦ green 113 ◦ blue 112

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

Shades of Salmon #FB7170

Tints of Salmon #FB7170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 52.73%
G = 23.74%
B = 23.53%

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

#FB7170 (or 0xFB7170) is known color: Salmon. HEX triplet: FB, 71 and 70. RGB value is (251,113,112). Sum of RGB (Red+Green+Blue) = 251+113+112=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7170 is #048E8F. Grayscale: #9A9A9A. Windows color (decimal): -298640 or 7369211. OLE color: 7369211.

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

Color convert

RGB 251 113 112 -
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.61 33.49 19.23 -
YUV 154.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 251 113 112 0 0.55 0.55 0.02 0.43 0.95 0.71
Hex FB 71 70 0 37 37 2 0 5F 47
Octal 373 161 160 0 67 67 2 0 137 107
Binary 11111011 1110001 1110000 0 110111 110111 10 0 1011111 1000111

Color Harmonies of #FB7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7170

Black with #FB7170

Text Example


Text Example

White with #FB7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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