Html Css Color HEX #FB7370 Salmon

📋 copy color: '#FB7370'

red 251 ◦ green 115 ◦ blue 112

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

Shades of Salmon #FB7370

Tints of Salmon #FB7370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 52.51%
G = 24.06%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB7370 (or 0xFB7370) is known color: Salmon. HEX triplet: FB, 73 and 70. RGB value is (251,115,112). Sum of RGB (Red+Green+Blue) = 251+115+112=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7370 is #048C8F. Grayscale: #9B9B9B. Windows color (decimal): -298128 or 7369723. OLE color: 7369723.

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

Color convert

RGB 251 115 112 -
CMYK 0 0.54 0.55 0.02
HSL 1.29º 0.95% 0.71% -
HSV(B) 1.29º 0.55% 0.98% -
XYZ 48.84 33.94 19.31 -
YUV 155.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 251 115 112 0 0.54 0.55 0.02 1.29 0.95 0.71
Hex FB 73 70 0 36 37 2 1 5F 47
Octal 373 163 160 0 66 67 2 1 137 107
Binary 11111011 1110011 1110000 0 110110 110111 10 1 1011111 1000111

Color Harmonies of #FB7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7370

Black with #FB7370

Text Example


Text Example

White with #FB7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7370; }

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

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

background-color css

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

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

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

border-color css

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

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

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